blob: 9e045981046c9e9c3601bb27ff8c467dd699d3d5 [file] [log] [blame]
{
"name": "PublicCodeLibrary",
"version": "1.0.1",
"summary": "Static Library Project containing code to simplify daily development tasks.",
"homepage": "http://github.com/Blackjacx/PublicCodeLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stefan Herold": "stefan.herold@gmail.com"
},
"source": {
"git": "https://github.com/Blackjacx/PublicCodeLibrary.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": true
}