blob: 42ff4ca1f418a911ce4f129032f63ee7ae84dfce [file] [log] [blame]
{
"name": "ESAPIClient",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "ESAPIClient/**/*.{h,m}",
"dependencies": {
"AFNetworking/NSURLSession": [
"~> 3.0"
],
"AFNetworkingExtension/Logger": [
"~> 1.1"
],
"AFNetworkingExtension/Serialization": [
"~> 1.1"
]
}
}