blob: 76090e1e301660be7c00278aa70f5d352bf11525 [file] [log] [blame]
{
"name": "AFRedditAPIClient",
"version": "0.0.1",
"summary": "AFHTTPClient Subclass for the Reddit Api.",
"homepage": "https://github.com/ohwutup/AFRedditAPIClient",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"David Ohayon": "ohwutup@gmail.com"
},
"source": {
"git": "https://github.com/ohwutup/AFRedditAPIClient.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.0"
]
}
}