[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 3 / 1 / ReActionSDK / 0.0.7 / ReActionSDK.podspec.json
blob9f17a77290445ef9093a32412317eb478995ea97
2   "name": "ReActionSDK",
3   "version": "0.0.7",
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": [
22     "reaction_sdk/ReactionSDK",
23     "reaction_sdk/ReactionSDK/ReactionSDK/*.{h,m}",
24     "reaction_sdk/ReactionSDK/ReactionSDK/**/*.{h,m}"
25   ],
26   "dependencies": {
27     "AtomSDK": [
29     ],
30     "Google/CloudMessaging": [
32     ]
33   },
34   "pod_target_xcconfig": {
35     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Google/CloudMessaging",
36     "OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
37   }