| { |
| "name": "AFNetworkingExtension", |
| "version": "1.1.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "AFNetworking Extension", |
| "homepage": "https://github.com/ElfSundae/AFNetworkingExtension", |
| "authors": { |
| "Elf Sundae": "https://0x123.com" |
| }, |
| "source": { |
| "git": "https://github.com/ElfSundae/AFNetworkingExtension.git", |
| "tag": "1.1.0" |
| }, |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.11", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "source_files": "AFNetworkingExtension/AFNetworkingExtension.h", |
| "deprecated_in_favor_of": "AFNetworkExtension", |
| "subspecs": [ |
| { |
| "name": "Reachability", |
| "platforms": { |
| "ios": "9.0", |
| "osx": "10.11", |
| "tvos": "9.0" |
| }, |
| "source_files": "AFNetworkingExtension/Reachability/**/*.{h,m}", |
| "dependencies": { |
| "AFNetworking/Reachability": [ |
| ">= 2.0" |
| ] |
| } |
| }, |
| { |
| "name": "Logger", |
| "source_files": "AFNetworkingExtension/Logger/**/*.{h,m}", |
| "dependencies": { |
| "AFNetworkActivityLogger": [ |
| "~> 3.0" |
| ], |
| "ESFramework/Core": [ |
| "~> 3.14" |
| ] |
| } |
| }, |
| { |
| "name": "Serialization", |
| "source_files": "AFNetworkingExtension/Serialization/**/*.{h,m}", |
| "dependencies": { |
| "AFNetworking/Serialization": [ |
| "~> 3.0" |
| ], |
| "ESFramework/Foundation": [ |
| "~> 3.14" |
| ] |
| } |
| } |
| ] |
| } |