blob: 8d3b029edcdb863c14e689c8cb26a7ad871698d0 [file] [log] [blame]
{
"name": "ESAPIClient",
"version": "1.5.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "ESAPIClient is an API client library built on top of AFNetworking.",
"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.5.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "ESAPIClient/**/*.{h,m}",
"dependencies": {
"AFNetworking/NSURLSession": [
"~> 3.0"
]
}
}