blob: df72bca491c9f67c8d81b4ce09416d3032213074 [file] [log] [blame]
{
"name": "PlusPlus",
"version": "0.1.0",
"homepage": "https://github.com/Jaymon/PlusPlus",
"source": {
"git": "https://github.com/Jaymon/PlusPlus.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"license": "MIT",
"summary": "Handy categories with lots of helpful methods",
"authors": {
"Jay Marcyes": "jay@marcyes.com"
},
"description": "Objective-C categories. Lots of helper methods I've accumulated over time, in one convenient place so I can include them in multiple projects.",
"source_files": "PlusPlus/*.{h,m}",
"requires_arc": true
}