blob: 90fe924b755cbc298776e00ef50c87a183a76e4a [file] [log] [blame]
{
"name": "IFAAppUI",
"version": "1.1.2",
"summary": "A Cocoa Touch framework to help you develop high quality iOS apps faster.",
"homepage": "https://github.com/marcelo-schroeder/IFAAppUI",
"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/IFAAppUI.git",
"tag": "v1.1.2"
},
"source_files": "IFAAppUI/IFAAppUI/classes/**/*.{h,m}",
"resources": "IFAAppUI/IFAAppUI/resources/**/*.*",
"dependencies": {
"IFACoreUI": [
]
}
}