blob: b9eb99e6c6ba086817f684fa42bbf54ebbd6cf6b [file] [log] [blame]
{
"name": "SuperPeanut",
"version": "0.0.11",
"summary": "Some test project for Cocoapods",
"description": " Just playing around with Cocoapods\n",
"homepage": "https://github.com/solal/SuperPeanut",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "solal",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/solal/SuperPeanut.git",
"tag": "0.0.11"
},
"source_files": [
"Classes",
"SuperPeanut/*.swift"
],
"requires_arc": true,
"dependencies": {
"Alamofire": [
"~> 1.2"
]
}
}