blob: 1558676871de3bf02f2238adfdc75309e5fa06a2 [file] [log] [blame]
{
"name": "FMSKit",
"version": "0.5.0",
"summary": "Collection of helpful categories and classes for iOS app development",
"description": " A set of helpful objective C categories and a handful of classes. Includes FMSDrawer a drawer UI element. View\n README for information on how to use categories and FMSDrawer.\n",
"homepage": "http://github.com/fmscode",
"license": "MIT",
"authors": {
"Frank Michael Sanchez": "orion1701@me.com"
},
"source": {
"git": "https://github.com/fmscode/FMSKit.git",
"tag": "0.5.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "ios/*.{h,m}",
"resources": "Assets/*"
}