blob: 4f0867685ebe7777558b6ad1b94c390912e5600e [file] [log] [blame]
{
"name": "ESAPIClient",
"version": "1.4.1",
"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.4.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "ESAPIClient/**/*.{h,m}",
"dependencies": {
"AFNetworkingExtension": [
"~> 1.2"
]
}
}