blob: febde27110b6613e8cc58592f995e44c9f6d9ec3 [file] [log] [blame]
{
"name": "AFNetworkingExtension",
"version": "0.0.1",
"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": "0.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "AFNetworkingExtension/AFNetworkingExtension.h",
"deprecated_in_favor_of": "AFNetworkExtension",
"subspecs": [
{
"name": "Reachability",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0"
},
"source_files": "AFNetworkingExtension/Reachability/**/*.{h,m}",
"dependencies": {
"AFNetworking/Reachability": [
">= 2.0"
]
}
}
]
}