blob: 088e62dcdf3a92e54d2f5eb62c65b3026b36be29 [file] [log] [blame]
{
"name": "RedditKit",
"version": "1.2.0",
"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.2.0"
},
"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.3"
],
"Mantle": [
"~> 1.5"
]
}
}