-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathIMReactiveTextField.podspec
More file actions
29 lines (21 loc) · 1.06 KB
/
Copy pathIMReactiveTextField.podspec
File metadata and controls
29 lines (21 loc) · 1.06 KB
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
Pod::Spec.new do |s|
s.name = 'IMReactiveTextField'
s.version = '0.9.0'
s.summary = 'By far the most fantastic view I have seen in my entire life. No joke.'
s.description = <<-DESC
This fantastic view changes its color gradually makes your app look fantastic!
DESC
s.homepage = 'https://github.com/iMoya917/IMReactiveTextField'
s.license = 'MIT'
s.author = { 'Ivan' => 'idion917@gmail.com' }
s.source = { :git => 'https://github.com/iMoya917/IMReactiveTextField.git', :tag => '0.9.0' }
s.ios.deployment_target = '9.0'
s.framework = 'UIKit'
s.dependency 'ReactiveCocoa', '5.0'
#s.source_files = 'IMReactiveTextField/Classes/**/*'
# 8
#s.source_files = "IMReactiveTextField/**/*.{swift}"
s.source_files = 'IMReactiveTextField/Classes/**/*'
s.xcconfig = { 'HEADER_SEARCH_PATHS' => '$(SDKROOT)/usr/include/libxml2', 'SWIFT_INCLUDE_PATHS' => '$(PODS_ROOT)/CommonCryptoSwift/Sources/CCommonCrypto' }
s.preserve_paths = 'Sources/CCommonCrypto/module.modulemap'
end