blob: ffe99e316ef938dbf9533551f29011ab779d8a3b [file] [log] [blame]
{
"name": "Guile",
"version": "0.0.2",
"summary": "The Gilt User Interface Library for iOS.",
"homepage": "https://github.com/gilt/guile",
"license": "Apache License, Version 2.0",
"authors": {
"Adam Kaplan": "akaplan@gilt.com",
"Gilt Mobile": "mobile@gilt.com"
},
"source": {
"git": "https://github.com/gilt/guile.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "5.0"
},
"public_header_files": "Guile.framework/Versions/A/Headers/**/*.h",
"source_files": "Guile.framework/Versions/A/Headers/**/*.h",
"preserve_paths": "Guile.framework",
"frameworks": [
"QuartzCore",
"Foundation",
"UIKit",
"Guile"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Guile\"",
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true
}