blob: 59d02716b35b16da575ab78d8881f56e99bd40bf [file] [log] [blame]
{
"name": "WSMUtilities",
"version": "0.0.2",
"summary": "The accumulation of my experience with ObjC.",
"description": " A grab bag of Classes and Categories I can't live without.\n",
"homepage": "https://github.com/wrkstrm/WSMUtilities",
"license": "MIT",
"authors": {
"Cristian Monterroza": "cmonterroza@wrkstrm.me"
},
"source": {
"git": "https://github.com/wrkstrm/WSMUtilities.git",
"tag": "0.0.2"
},
"social_media_url": "https://twitter.com/wrkstrm",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"WSMUtilities": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}