| { |
| "name": "BeyovaNet", |
| "version": "0.0.6", |
| "summary": "BeyovaNet makes it easy to deal with Networking and Codable in Swift", |
| "homepage": "https://github.com/Beyova/BeyovaNet", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "canius": "canius.chu@outlook.com" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "osx": "10.10", |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/Beyova/BeyovaNet.git", |
| "tag": "0.0.6", |
| "submodules": true |
| }, |
| "default_subspecs": "Core", |
| "pod_target_xcconfig": { |
| "OTHER_SWIFT_FLAGS": "-DBNCocoaPods" |
| }, |
| "subspecs": [ |
| { |
| "name": "Core", |
| "source_files": "Sources/*.swift", |
| "platforms": { |
| "osx": "10.10", |
| "ios": "8.0" |
| } |
| }, |
| { |
| "name": "Promise", |
| "source_files": "BeyovaNetPromise/Sources/*.swift", |
| "platforms": { |
| "osx": "10.10", |
| "ios": "8.0" |
| }, |
| "dependencies": { |
| "PromiseKit/CorePromise": [ |
| |
| ], |
| "BeyovaNet/Core": [ |
| |
| ] |
| } |
| } |
| ] |
| } |