[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / e / 3 / 1 / ReActionSDK / 0.0.4 / ReActionSDK.podspec.json
blobf2151f9cecabea48967f35e088e41724db3f9991
2   "name": "ReActionSDK",
3   "version": "0.0.4",
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": "master"
20   },
21   "xcconfig": {
22     "CLANG_ENABLE_MODULES": "YES"
23   },
24   "source_files": [
25     "reaction_sdk/ReactionSDK",
26     "reaction_sdk/ReactionSDK/ReactionSDK/*.{h,m}",
27     "reaction_sdk/ReactionSDK/ReactionSDK/**/*.{h,m}"
28   ],
29   "requires_arc": true,
30   "dependencies": {
31     "AtomSDK": [
33     ],
34     "Google/CloudMessaging": [
36     ]
37   },
38   "pod_target_xcconfig": {
39     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/GoogleCloudMessaging",
40     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
41   }