[Add] TTSDK-iOS 2.0.2
[CocoaPods.git] / Specs / e / 3 / 1 / ReActionSDK / 0.0.23 / ReActionSDK.podspec.json
blob5efec99626f4a5abb52902738b54d3b755b4096d
2   "name": "ReActionSDK",
3   "version": "0.0.23",
4   "summary": "ReActionSDK",
5   "description": "ReActionSDK - GCM notifications",
6   "homepage": "https://github.com/ironSource/reaction-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "g8y3e": "valentine.pavchuk@ironsrc.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ironSource/reaction-ios.git",
19     "tag": "dev"
20   },
21   "source_files": "reaction_sdk/ReactionSDK/ReactionSDK/**/*.{h,m}",
22   "requires_arc": true,
23   "dependencies": {
24     "AtomSDK": [
26     ]
27   },
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "StaticLibWorkaround",
32       "pod_target_xcconfig": {
33         "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/ReactionSDK/reaction_sdk/ReactionSDK/ReactionSDK"
34       },
35       "preserve_paths": "reaction_sdk/ReactionSDK/ReactionSDK/**/*"
36     },
37     {
38       "name": "Core",
39       "source_files": "reaction_sdk/ReactionSDK/ReactionSDK/**/*",
40       "dependencies": {
41         "Google/CloudMessaging": [
43         ]
44       },
45       "pod_target_xcconfig": {
46         "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/Google/Headers"
47       }
48     }
49   ]