blob: b15e74acc7170d428a7a0c7398b0771701b100da [file] [log] [blame]
{
"name": "IFACoreUI",
"version": "1.0.7",
"summary": "A Cocoa Touch framework to help you develop high quality iOS apps and app extensions faster.",
"homepage": "https://github.com/marcelo-schroeder/IFACoreUI",
"license": "Apache-2.0",
"authors": {
"Marcelo Schroeder": "marcelo.schroeder@infoaccent.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/marcelo-schroeder/IFACoreUI.git",
"tag": "v1.0.7"
},
"source_files": "IFACoreUI/IFACoreUI/classes/**/*.{h,m}",
"resources": "IFACoreUI/IFACoreUI/resources/**/*.*",
"dependencies": {
"IFAFoundation": [
"~> 1"
]
}
}