blob: 3b6e31136fcb59dd3a730fffc936472d36a5960a [file] [log] [blame]
{
"name": "AppSociallySDK",
"version": "0.8.1",
"summary": "Integrate user-acquisition functions into your app.",
"homepage": "https://appsocial.ly/",
"license": {
"type": "Copyright",
"text": "Copyright (c) 2013 AppSocially, Inc."
},
"authors": "AppSocially",
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/appsocially/AppSocially-iOS-SDK.git",
"tag": "release-0.8.1"
},
"resources": "AppSociallySDK/AppSocially.bundle",
"frameworks": [
"AddressBook",
"AddressBookUI",
"CFNetwork",
"MessageUI",
"MobileCoreServices",
"QuartzCore",
"Security",
"SystemConfiguration"
],
"weak_frameworks": [
"Accounts",
"Social"
],
"libraries": [
"iconv",
"xml2",
"resolv"
],
"preserve_paths": "AppSociallySDK/AppSocially.framework",
"public_header_files": "AppSociallySDK/AppSocially.framework/**/*.h",
"vendored_frameworks": "AppSociallySDK/AppSocially.framework",
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2",
"OTHER_LDFLAGS": "-ObjC -all_load"
}
}