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