blob: 552fa33788f991522008abfedf18d053d99a68fd [file] [log] [blame]
{
"name": "SBCategories",
"version": "0.1.1",
"summary": "SBCategories contains iOS convenince categories, because sometimes it makes no sense the way Obj-C does things.",
"description": " Contains two categories (at the moment):\n \n * NSDictionary+ValueCheck which determines if the dict has a non NSNull value for the given key\n * NSArray+Reverse returns an array that is ordered opposite to the given one\n",
"homepage": "https://github.com/schrockblock/SBCategories",
"license": "MIT",
"authors": {
"Elliot": "ephherd@gmail.com"
},
"source": {
"git": "https://github.com/schrockblock/SBCategories.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/schrockblock",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"SBCategories": [
"Pod/Assets/*.png"
]
}
}