-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMemoryChainKit.podspec
More file actions
43 lines (19 loc) · 887 Bytes
/
MemoryChainKit.podspec
File metadata and controls
43 lines (19 loc) · 887 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Pod::Spec.new do |spec|
spec.name = "MemoryChainKit"
spec.version = "1.0.3"
spec.summary = "MemoryChain is a super tools to make iOS faster."
spec.homepage = "https://github.com/MarcSteven/MemoryChainKit"
spec.license = "MIT "
spec.author = { "MarcSteven" => "marcsteven@memoriesus.com" }
spec.social_media_url = "https://twitter.com/MarcSteven"
spec.ios.deployment_target = "10.0"
spec.source = { :git => "https://github.com/MarcSteven/MemoryChainKit.git", :tag => "#{spec.version}" }
spec.swift_versions = ['5.0','5.1']
spec.source_files = "MemoryChainKit/Sources/**/*.swift"
spec.frameworks = ['UIKit','Foundation']
spec.dependency 'SDWebImage'
spec.dependency 'RxSwift'
spec.dependency 'SnapKit'
spec.dependency 'SwiftyJSON'
spec.dependency 'PromiseKit'
end