blob: 3c0a8775f97c1e5a33a8bfc6ad9a14c674a33261 [file] [log] [blame]
{
"name": "ESAPIClient",
"version": "1.4.2",
"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",
"social_media_url": "https://twitter.com/ElfSundae",
"authors": {
"Elf Sundae": "https://0x123.com"
},
"source": {
"git": "https://github.com/ElfSundae/ESAPIClient.git",
"tag": "1.4.2"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "ESAPIClient/**/*.{h,m}",
"dependencies": {
"AFNetworkingExtension": [
"~> 1.3"
]
}
}