blob: c2d69d51063c837f72035172e226254b69e5c062 [file] [log] [blame]
{
"name": "apptentive-ios",
"version": "0.4.7",
"license": "BSD",
"summary": "Apptentive Customer Communications SDK.",
"homepage": "https://www.apptentive.com/",
"authors": {
"Andrew Wooster": "andrew@apptentive.com"
},
"source": {
"http": "https://github.com/downloads/apptentive/apptentive-ios/apptentive_ios_sdk-0.4.7.tar.gz"
},
"platforms": {
"ios": "4.3"
},
"source_files": "include/*.h",
"preserve_paths": "libApptentiveConnect.a",
"resources": "ApptentiveResources.bundle",
"libraries": "ApptentiveConnect",
"frameworks": [
"CoreGraphics",
"Foundation",
"QuartzCore",
"SystemConfiguration",
"UIKit"
],
"weak_frameworks": [
"StoreKit",
"CoreTelephony"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/apptentive-ios\""
},
"requires_arc": false
}