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