-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathFMDBHelper.podspec
More file actions
21 lines (20 loc) · 883 Bytes
/
Copy pathFMDBHelper.podspec
File metadata and controls
21 lines (20 loc) · 883 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
# Be sure to run `pod lib lint FMDBHelper.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'FMDBHelper'
s.version = '1.1.0'
s.summary = 'Easier to use FMDB, support ORM and JSON into the model class.'
s.homepage = 'http://lijingcheng.github.io/'
s.license = 'MIT'
s.author = { 'lijingcheng' => 'bj_lijingcheng@163.com' }
s.source = { :git => 'https://github.com/lijingcheng/FMDBHelper.git', :tag => s.version.to_s }
s.social_media_url = 'http://weibo.com/lijingcheng1984'
s.source_files = 'FMDBHelper/Classes/*.{h,m}'
s.platform = :ios, '9.0'
s.dependency 'FMDB', '2.7.5'
end