blob: 73ebe9332e2cdc8b1169e177288920b89637b7fa [file] [log] [blame]
{
"name": "RMCategories",
"version": "1.0.0",
"summary": "A collection of Objective-C categories to make iOS development easier.",
"homepage": "https://github.com/richardmcclellan/RMCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"richardmcclellan": "richard.mcclellan@gmail.com"
},
"source": {
"git": "https://github.com/richardmcclellan/RMCategories.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"RMCategories",
"RMCategories/**/*.{h,m}"
],
"ios": {
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
]
},
"requires_arc": true
}