blob: edaaf002a79b7e79f8b85f38ae71dc2c3de549f4 [file] [log] [blame]
{
"name": "EngageSDK",
"version": "1.1.0",
"summary": "Silverpop Engage SDK for iOS.",
"homepage": "https://github.com/Silverpop/mobile-connector-sdk-ios",
"authors": {
"Silverpop Development": "slytle@us.ibm.com"
},
"license": {
"type": "Apache 2.0",
"file": "License.txt"
},
"source": {
"git": "https://github.com/Silverpop/mobile-connector-sdk-ios.git",
"tag": "1.1.0"
},
"ios": {
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
}
},
"platforms": {
"ios": "7.1"
},
"source_files": "EngageSDK/*/*.{h,m}",
"public_header_files": "EngageSDK/Public/*.h",
"requires_arc": true,
"resources": "Resources/*",
"subspecs": [
{
"name": "AFNetworking",
"dependencies": {
"AFNetworking": [
"2.2.3"
],
"AFOAuth2Client@phoenixplatform": [
"~> 0.1"
],
"MobileDeepLinking-iOS": [
"~> 0.2"
]
}
}
]
}