blob: 5b99bd14ff4a82e17b0dc8735e5fe076a5603b7e [file] [log] [blame]
{
"name": "ACEToolKit",
"version": "0.3.5",
"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.3.5"
},
"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.*"
]
}
},
{
"name": "AppExtension",
"platforms": {
"ios": "8.0"
},
"source_files": "ACEToolKit/*.{h,m}",
"exclude_files": [
"ACEToolKit/ACEActionSheet.*",
"ACEToolKit/ACEAlertView.*",
"ACEToolKit/ACEErrorUtils.*",
"ACEToolKit/ACENavigationController.*"
],
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "ACE_APP_EXTENSION=1"
},
"requires_arc": true
}
]
}