-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMITDB.podspec
More file actions
26 lines (23 loc) · 861 Bytes
/
MITDB.podspec
File metadata and controls
26 lines (23 loc) · 861 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Pod::Spec.new do |s|
s.name = "MITDB"
s.version="0.1.6.6"
s.summary = "MITDB summary"
s.description = "A tool to encapsulation of the database"
s.homepage = "https://github.com/mcmengchen/MITDB"
s.license = "MIT"
s.author = { "mcmengchen" => "416922992@qq.com" }
s.social_media_url = "http://mitchell-dream-god.com"
s.platform = :ios, "8.0"
s.requires_arc = true
s.source = { :git => "https://github.com/mcmengchen/MITDB.git", :tag => s.version.to_s }
#if ENV['IS_SOURCE']==1
s.source_files = 'MITDB/Classes/**/*.{h,m,cpp,mm}'
#else
# s.source_files = 'MITDB/Classes/**/*.h'
#s.vendored_frameworks = 'MITDB/Products/MITDB.framework'
#end
s.frameworks = 'UIKit','AVFoundation'
s.dependency "FMDBMigrationManager"
s.dependency 'FMDB'
#s.dependency "FMDB/SQLCipher"
end