blob: 5eb24c85467407e2f1deefe4704c54fde75699bf [file] [log] [blame]
{
"name": "SuperPeanut",
"version": "0.0.1",
"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.1"
},
"source_files": [
"Classes",
"SuperPeanut/*.swift"
],
"requires_arc": true
}