[Add] AdisonOfferwallSDK 3.6.8
[CocoaPods.git] / Specs / b / c / e / SwiftBus / 1.4.3 / SwiftBus.podspec.json
blob0d31e8fda64d046a6f1d3883fa6a6cfd75f8f554
2   "name": "SwiftBus",
3   "version": "1.4.3",
4   "summary": "Asynchronous Swift wrapper for the NextBus API.",
5   "homepage": "https://github.com/MrAdamBoyd/SwiftBus",
6   "authors": "Adam Boyd",
7   "source": {
8     "git": "https://github.com/MrAdamBoyd/SwiftBus.git",
9     "tag": "1.4.3"
10   },
11   "social_media_url": "https://twitter.com/MrAdamBoyd",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.9"
19   },
20   "requires_arc": true,
21   "frameworks": "Foundation",
22   "osx": {
23     "xcconfig": {
24       "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(DEVELOPER_FRAMEWORKS_DIR) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\" \"$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/Library/Frameworks\""
25     }
26   },
27   "ios": {
28     "xcconfig": {
29       "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(DEVELOPER_FRAMEWORKS_DIR) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\" \"$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks\""
30     }
31   },
32   "source_files": "Pod/Classes/**/*",
33   "pod_target_xcconfig": {
34     "SWIFT_VERSION": "3.0"
35   },
36   "dependencies": {
37     "SWXMLHash": [
38       "~> 3.0.0"
39     ]
40   },
41   "pushed_with_swift_version": "3.0"