blob: 78797e2688f2ddb60424edf410243f409cb49a47 [file] [log] [blame]
{
"name": "GustyLib",
"version": "0.1.0",
"summary": "A Cocoa Touch static library to help you develop high quality iOS apps faster.",
"homepage": "https://bitbucket.org/marcelo_schroeder/gustylib",
"license": "Apache-2.0",
"authors": {
"Marcelo Schroeder": "marcelo.schroeder@infoaccent.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://bitbucket.org/marcelo_schroeder/gustylib.git",
"tag": "0.1.0"
},
"source_files": "GustyLib/GustyLib/classes/**/*.{h,m}",
"resources": "GustyLib/GustyLib/resources/**/*.*",
"frameworks": [
"CoreData",
"CoreText",
"CoreLocation",
"QuartzCore",
"MapKit",
"MessageUI",
"GLKit",
"AdSupport",
"StoreKit",
"GLKit",
"Accelerate"
],
"requires_arc": true,
"dependencies": {
"DTFoundation": [
"1.6.2"
],
"Google-AdMob-Ads-SDK": [
],
"FlurrySDK": [
],
"MTStatusBarOverlay": [
"0.9.1"
],
"ODRefreshControl": [
"1.1.0"
],
"MWFeedParser": [
"1.0.1"
]
}
}