blob: 223a274c1ff2f9f561b89f01b778adc7875469df [file] [log] [blame]
{
"name": "CocoaPodTestPrivateProject",
"version": "1.0.0",
"summary": "A simple test to see how CocoaPods work",
"description": "Nothing special to see here, in fact you should not see this at all, \nas I intend this to be just a test and removed ASAP",
"homepage": "https://github.com/lstemerdink/cocoapodtest",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": "me",
"platforms": {
"ios": "6.1"
},
"source": {
"git": "https://github.com/lstemerdink/cocoapodtest.git",
"tag": "1.0.0"
},
"source_files": "CocoaPodTestPrivateProject",
"dependencies": {
"AFNetworking": [
]
}
}