blob: 65de4029365cffd5779ec5a42b5a0a561bcff34d [file] [log] [blame]
{
"name": "AFRedditAPIClient",
"version": "0.0.2",
"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.2"
},
"platforms": {
"ios": "5.0"
},
"source_files": "*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 1.0"
]
}
}