blob: 8ad0c96b9ba2a72088c6ae963cd521141137fd16 [file] [log] [blame]
{
"name": "SwiftBus",
"version": "1.4.6",
"summary": "Asynchronous Swift wrapper for the NextBus API.",
"homepage": "https://github.com/MrAdamBoyd/SwiftBus",
"authors": "Adam Boyd",
"source": {
"git": "https://github.com/MrAdamBoyd/SwiftBus.git",
"tag": "1.4.6"
},
"social_media_url": "https://twitter.com/MrAdamBoyd",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"osx": {
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(DEVELOPER_FRAMEWORKS_DIR) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\" \"$(DEVELOPER_DIR)/Platforms/MacOSX.platform/Developer/Library/Frameworks\""
}
},
"ios": {
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(DEVELOPER_FRAMEWORKS_DIR) \"$(PLATFORM_DIR)/Developer/Library/Frameworks\" \"$(DEVELOPER_DIR)/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks\""
}
},
"source_files": "Pod/Classes/**/*",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.1"
},
"dependencies": {
"SWXMLHash": [
"~> 3.0.0"
]
},
"pushed_with_swift_version": "3.0"
}