blob: 6da7bb59b701544a85870129188f7975b2c482c9 [file] [log] [blame]
{
"name": "hellolibrary",
"version": "0.0.1",
"summary": "A simple helloworld library to try out cocoapods",
"description": " There isn't really much more to say about it. Except that it has to be longer than the summary\n",
"homepage": "https://github.com/brianmc/podtest",
"license": "MIT",
"authors": {
"brianmc": "brianjmcmanus@hotmail.com"
},
"source": {
"git": "https://github.com/brianmc/podtest.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "HelloLibrary/*"
}