[Add] IEnvoyProxy 3.0.0
[CocoaPods.git] / Specs / b / c / e / SwiftBus / 1.4.9 / SwiftBus.podspec.json
blob1f0aa25a0c5282cdf0ff47eddca06a1692eda546
2   "name": "SwiftBus",
3   "version": "1.4.9",
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.9"
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     "watchos": "2.0"
20   },
21   "requires_arc": true,
22   "frameworks": "Foundation",
23   "osx": {
24     "xcconfig": {
25       "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(DEVELOPER_FRAMEWORKS_DIR) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\" \"$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/Library/Frameworks\""
26     }
27   },
28   "ios": {
29     "xcconfig": {
30       "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(DEVELOPER_FRAMEWORKS_DIR) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\" \"$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks\""
31     }
32   },
33   "source_files": "Pod/Classes/**/*",
34   "pod_target_xcconfig": {
35     "SWIFT_VERSION": "3.1"
36   },
37   "dependencies": {
38     "SWXMLHash": [
39       "~> 3.0.0"
40     ]
41   },
42   "pushed_with_swift_version": "3.0"