blob: 23b490c04db3dea6529fe75faadba27b9868f640 [file] [log] [blame]
{
"name": "IFACoreUI",
"version": "1.0.1",
"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.1"
},
"source_files": "IFACoreUI/IFACoreUI/classes/**/*.{h,m}",
"resources": "IFACoreUI/IFACoreUI/resources/**/*.*",
"dependencies": {
"IFAFoundation": [
]
}
}