blob: cf95c9d49d1647149e9d9438f8978076dd4ddcf1 [file] [log] [blame]
{
"name": "AfterPushSDK",
"version": "0.0.9",
"summary": "AfterPushSDK for iOS.",
"description": "AfterPush SDK for iOS. \nAfterPush is an Push Notification Service for all the iOS and Android developer to push notification to their users.\n Please visithttp://www.afterpush.com/ \n",
"homepage": "http://www.afterpush.com",
"license": {
"type": "Copyright",
"text": "LICENSE Copyright 2014 - 2015 Afterpush.com, Inc. All rights reserved"
},
"authors": "AfterPush",
"social_media_url": "http://twitter.com/AfterPush",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/afterpush/AfterPush-iOS-SDK.git",
"tag": "0.0.9"
},
"source_files": "AfterPushSDK.h",
"preserve_paths": "libAfterPushSDK.a",
"vendored_libraries": "libAfterPushSDK.a",
"frameworks": [
"CoreLocation",
"CoreTelephony"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(PODS_ROOT)/AfterPushSDK/**"
}
}