blob: e1ab4f06945405fd10ca4ce13e1f8a3980553224 [file] [log] [blame]
{
"name": "ParseTwitterUtils",
"version": "1.8.3",
"license": {
"type": "Commercial",
"text": "See https://www.parse.com/about/terms"
},
"homepage": "https://www.parse.com/",
"summary": "Parse is a complete technology stack to power your app's backend.",
"authors": "Parse",
"source": {
"http": "http://parse-ios.s3.amazonaws.com/73c16bdc5caa09704b9d991d103ffe0c/parse-library-1.8.3.zip"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "*.h",
"source_files": [
"*.h",
"Empty.m"
],
"preserve_paths": "ParseTwitterUtils.framework/ParseTwitterUtils",
"vendored_libraries": "libParseTwitterUtilsLib.a",
"prepare_command": "touch Empty.m && cp ParseTwitterUtils.framework/ParseTwitterUtils libParseTwitterUtilsLib.a && cp ParseTwitterUtils.framework/Headers/* .",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"frameworks": [
"AudioToolbox",
"CFNetwork",
"CoreGraphics",
"CoreLocation",
"QuartzCore",
"Security",
"StoreKit",
"SystemConfiguration"
],
"weak_frameworks": [
"Accounts",
"Social"
],
"libraries": [
"z",
"sqlite3"
],
"dependencies": {
"Bolts/Tasks": [
">= 1.2.2"
],
"Parse": [
"~> 1.8.3"
]
},
"deprecated_in_favor_of": "Parse/TwitterUtils"
}