blob: feb30e6a98b9f5718ed21cb05f59aa8876746fdd [file] [log] [blame]
{
"name": "objective-extensions",
"version": "0.1.1",
"summary": "utility functions added to common objective c classes",
"description": "Objective-extensions is a library of helper functions added to objective-c base types. \n Including: \n [NSArray forEach], \n [NSDictionary forEachKey], \n [NSObject forEachProperty]\n\n [UIColor colorWithHex:]\n\nPlus, many others not documented here.",
"homepage": "https://github.com/loofy2/objective-extensions",
"license": "MIT",
"authors": {
"Lee Irvine": "loofy2@gmail.com"
},
"source": {
"git": "https://github.com/loofy2/objective-extensions.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"objective-extensions": [
"Pod/Assets/*.png"
]
}
}