blob: 99ccff0d01c541085b4968131b901b4a33ce3ee1 [file] [log] [blame]
{
"name": "IFAAppUI",
"version": "1.0.6",
"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.0.6"
},
"source_files": "IFAAppUI/IFAAppUI/classes/**/*.{h,m}",
"resources": "IFAAppUI/IFAAppUI/resources/**/*.*",
"dependencies": {
"IFACoreUI": [
"~> 1"
]
}
}