blob: 9eca166d827cf5dbdb94176928057e28723dd827 [file] [log] [blame]
{
"name": "GustyAppKit",
"version": "1.0.4",
"summary": "A Cocoa Touch framework to help you develop high quality iOS apps faster.",
"homepage": "https://github.com/marcelo-schroeder/GustyAppKit",
"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/GustyAppKit.git",
"tag": "v1.0.4"
},
"default_subspecs": "CoreApp",
"subspecs": [
{
"name": "CoreApp",
"source_files": "GustyAppKit/GustyAppKit/CoreApp/classes/**/*.{h,m}",
"resources": "GustyAppKit/GustyAppKit/CoreApp/resources/**/*.*",
"dependencies": {
"GustyKit": [
]
}
},
{
"name": "Html",
"source_files": "GustyAppKit/GustyAppKit/Html/classes/**/*.{h,m}",
"dependencies": {
"GustyAppKit/CoreApp": [
],
"DTFoundation": [
"1.7.2"
],
"MWFeedParser": [
"1.0.1"
]
}
}
]
}