forked from mattdonnelly/Swifter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Swifter.podspec.json
27 lines (26 loc) · 1017 Bytes
/
Swifter.podspec.json
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
{
"name": "Swifter",
"version": "1.6",
"summary": "🐦 A Twitter framework for iOS & OS X written in Swift",
"description": "🐦 A Twitter framework for iOS & OS X written in Swift",
"homepage": "https://github.com/mattdonnelly/Swifter",
"license": "MIT",
"source": {
"git": "https://github.com/cjwirth/Swifter.git",
"branch": "master"
},
"authors": ["Matt Donnelly"],
"platforms": {
"osx": "10.10",
"ios": "8.0"
},
"source_files": "Swifter/*.{h,swift}",
"requires_arc": true,
"preserve_paths": "External/CommonCrypto/**/*",
"prepare_command": "External/CommonCrypto/injectXcodePath.sh",
"xcconfig": {
"SWIFT_INCLUDE_PATHS[sdk=iphoneos*]": "$(SRCROOT)/Swifter/External/CommonCrypto/iphoneos",
"SWIFT_INCLUDE_PATHS[sdk=iphonesimulator*]": "$(SRCROOT)/Swifter/External/CommonCrypto/iphonesimulator",
"SWIFT_INCLUDE_PATHS[sdk=macosx*]": "$(SRCROOT)/Swifter/External/CommonCrypto/macosx"
}
}