[Add] APDDTExchangeAdapter 3.4.1.0
[CocoaPods.git] / Specs / d / 0 / c / EngageSDK / 1.1.0 / EngageSDK.podspec.json
blobedaaf002a79b7e79f8b85f38ae71dc2c3de549f4
2   "name": "EngageSDK",
3   "version": "1.1.0",
4   "summary": "Silverpop Engage SDK for iOS.",
5   "homepage": "https://github.com/Silverpop/mobile-connector-sdk-ios",
6   "authors": {
7     "Silverpop Development": "slytle@us.ibm.com"
8   },
9   "license": {
10     "type": "Apache 2.0",
11     "file": "License.txt"
12   },
13   "source": {
14     "git": "https://github.com/Silverpop/mobile-connector-sdk-ios.git",
15     "tag": "1.1.0"
16   },
17   "ios": {
18     "xcconfig": {
19       "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
20     }
21   },
22   "platforms": {
23     "ios": "7.1"
24   },
25   "source_files": "EngageSDK/*/*.{h,m}",
26   "public_header_files": "EngageSDK/Public/*.h",
27   "requires_arc": true,
28   "resources": "Resources/*",
29   "subspecs": [
30     {
31       "name": "AFNetworking",
32       "dependencies": {
33         "AFNetworking": [
34           "2.2.3"
35         ],
36         "AFOAuth2Client@phoenixplatform": [
37           "~> 0.1"
38         ],
39         "MobileDeepLinking-iOS": [
40           "~> 0.2"
41         ]
42       }
43     }
44   ]