blob: 4722a0b1c907472e08e0a97bcfd02effdb8d786e [file] [log] [blame]
{
"name": "GustyKit",
"version": "1.0.2",
"summary": "A Cocoa Touch framework to help you develop high quality iOS apps and app extensions faster.",
"homepage": "https://github.com/marcelo-schroeder/GustyKit",
"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/GustyKit.git",
"tag": "v1.0.2"
},
"default_subspecs": "CoreUI",
"subspecs": [
{
"name": "Foundation",
"source_files": "GustyKit/GustyKit/Foundation/classes/**/*.{h,m}"
},
{
"name": "CoreUI",
"source_files": [
"GustyKit/GustyKit/CoreUI/classes/**/*.{h,m}",
"GustyKit/GustyKit/Help/classes/**/*.{h,m}"
],
"resources": [
"GustyKit/GustyKit/CoreUI/resources/**/*.*",
"GustyKit/GustyKit/Help/resources/**/*.*"
],
"dependencies": {
"GustyKit/Foundation": [
],
"ODRefreshControl": [
"1.1.0"
]
}
}
]
}