blob: 520a58564dba70e33ee701f18dd70e43e400497c [file] [log] [blame]
{
"name": "RedditKit",
"version": "1.0.1",
"summary": "An Objective-C wrapper for the reddit API.",
"homepage": "http://redditkit.com/",
"license": "MIT",
"authors": {
"Sam Symons": "sam@samsymons.com"
},
"source": {
"git": "https://github.com/samsymons/RedditKit.git",
"tag": "1.0.1"
},
"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"
]
}
}