blob: f3b5c53168c98c1c414ac8001437b37be0b5c098 [file] [log] [blame]
{
"name": "ACEToolKit",
"version": "0.3.0",
"homepage": "https://github.com/acerbetti/ACEToolKit",
"authors": {
"Stefano Acerbetti": "acerbetti@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Development tools to make my life (and yours) a little bit easier.",
"source": {
"git": "https://github.com/acerbetti/ACEToolKit.git",
"tag": "v0.3.0"
},
"source_files": "ACEToolKit/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.7"
},
"ios": {
"dependencies": {
"FFGlobalAlertController": [
]
}
},
"osx": {
"exclude_files": [
"ACEToolKit/ACEActionSheet.*",
"ACEToolKit/ACEAlertView.*",
"ACEToolKit/ACEErrorUtils.*",
"ACEToolKit/ACENavigationController.*"
]
}
}