blob: 5c884c255e2af08fddf998c02facacf74fdcde7d [file] [log] [blame]
{
"name": "VoatKit",
"version": "0.5.1",
"platforms": {
"ios": "7.0"
},
"summary": "Objective-C Voat API Wrapper",
"homepage": "https://github.com/AmarJayR/VoatKit",
"authors": {
"Amar Ramachandran": "amarrmchndrn1@gmail.com"
},
"source": {
"git": "https://github.com/AmarJayR/VoatKit.git",
"tag": "0.5.1"
},
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE.md"
},
"source_files": [
"Classes/*.{h,m}",
"Classes/**/*.{h,m}"
],
"header_mappings_dir": "Classes",
"dependencies": {
"AFNetworking": [
],
"Mantle": [
]
},
"requires_arc": true
}