blob: eb01b701fb3880349ec5f0e7628174d545f2eb40 [file] [log] [blame]
{
"name": "RedditKit",
"version": "1.0.3",
"summary": "An Objective-C wrapper for the reddit API.",
"homepage": "https://github.com/samsymons/RedditKit",
"social_media_url": "https://twitter.com/sam_symons",
"license": "MIT",
"authors": {
"Sam Symons": "sam@samsymons.com"
},
"source": {
"git": "https://github.com/samsymons/RedditKit.git",
"tag": "1.0.3"
},
"requires_arc": true,
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source_files": [
"Classes/*.{h,m}",
"Classes/**/*.{h,m}"
],
"header_mappings_dir": "Classes",
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"Mantle": [
"~> 1.3"
]
}
}