blob: 10fb9eaa785aa142ddb6974e3c4ebd8276e36ad7 [file] [log] [blame]
{
"name": "MPSCategories",
"version": "0.1.0",
"authors": {
"Matthew Strickland": "matthew@idlefusion.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"summary": "A collection of useful Categories that I use in everyday Objective-C development.",
"homepage": "https://github.com/mps/MPSCategories",
"source": {
"git": "https://github.com/mps/MPSCategories.git",
"tag": "0.1.0"
},
"ios": {
"frameworks": [
"UIKit",
"CoreGraphics",
"QuartzCore"
],
"source_files": "MPSCategories/*.{h,m}"
},
"osx": {
"source_files": "MPSCategories/NS*.{h,m}"
}
}