blob: e31162089afb797a21475119cc7355cabaf8e662 [file] [log] [blame]
{
"name": "PPHelpMe",
"version": "1.0.1",
"summary": "Convenience methods for common operations with Foundation objects.",
"homepage": "http://github.com/ipodishima/PPHelpMe",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Marian Paul",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/ipodishima/PPHelpMe.git",
"tag": "1.0.1"
},
"source_files": "PPhelpMe/PPHelpMeFiles/*.{h,m}",
"frameworks": "QuartzCore",
"prefix_header_contents": " #ifdef __OBJC__\n #import \"PPHelpMe.h\"\n #endif\n",
"requires_arc": true
}