[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / d / 0 / c / EngageSDK / 0.1 / EngageSDK.podspec.json
blob5091d10a074a6325c634c7945d0525a311d11ac8
2   "name": "EngageSDK",
3   "version": "0.1",
4   "summary": "Silverpop Engage SDK for iOS.",
5   "homepage": "https://github.com/Silverpop/engage-sdk-ios",
6   "authors": {
7     "Silverpop Development": "engineeringmanagement@silverpop.com"
8   },
9   "license": {
10     "type": "Apache 2.0",
11     "file": "License.txt"
12   },
13   "source": {
14     "git": "https://github.com/Silverpop/engage-sdk-ios.git",
15     "tag": "0.1"
16   },
17   "ios": {
18     "xcconfig": {
19       "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
20     }
21   },
22   "platforms": {
23     "ios": "5.1"
24   },
25   "source_files": "EngageSDK/*/*.{h,m}",
26   "public_header_files": "EngageSDK/Public/*.h",
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "AFNetworking",
31       "dependencies": {
32         "AFNetworking": [
33           "~> 1.3"
34         ],
35         "AFOAuth2Client": [
36           "~> 0.1"
37         ]
38       }
39     }
40   ]