blob: 4a0fd0028ee416e3dc77db347ec9052e69d41f20 [file] [log] [blame]
{
"name": "ESAPIClient",
"version": "1.2.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "ESAPIClient is an API client library built on top of AFNetworking and AFNetworkingExtension.",
"homepage": "https://github.com/ElfSundae/ESAPIClient",
"authors": {
"Elf Sundae": "https://0x123.com"
},
"source": {
"git": "https://github.com/ElfSundae/ESAPIClient.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "ESAPIClient/**/*.{h,m}",
"dependencies": {
"AFNetworkingExtension/Logger": [
"~> 1.2"
],
"AFNetworkingExtension/NSURLSession": [
"~> 1.2"
],
"AFNetworkingExtension/Serialization": [
"~> 1.2"
]
}
}