blob: 7b5a3b032b40da7a3302687a3ffa3c3aff52e78e [file] [log] [blame]
{
"name": "GONCategories",
"version": "0.5.2",
"summary": "Just a bunch of categories I wrote and I am using for years now",
"platforms": {
"ios": "7.0"
},
"description": "\t\t\t\t\tJust a bunch of categories I wrote and I am using for years now.\n\t\t\t\t\tSome may are pure syntactic sugar.\n\t\t\t\t\tARC only\n",
"homepage": "https://github.com/nicolasgoutaland/GONCategories",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nicolasgoutaland": "nicolas.goutaland@gmail.com"
},
"source": {
"git": "https://github.com/nicolasgoutaland/GONCategories.git",
"tag": "0.5.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"frameworks": [
"CoreData",
"StoreKit",
"ImageIO"
]
}