blob: 429cd6a36bbe6e2a534344c974e57c502363d280 [file] [log] [blame]
{
"name": "GONCategories",
"version": "0.5.6",
"summary": "Just a bunch of categories I wrote and I am using for years now",
"platforms": {
"ios": "7.0"
},
"description": "Just a bunch of categories I wrote and I am using for years now.\nSome may are pure syntactic sugar.\nARC only",
"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.6"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"frameworks": [
"CoreData",
"StoreKit",
"ImageIO"
]
}