blob: 9f17a77290445ef9093a32412317eb478995ea97 [file] [log] [blame]
{
"name": "ReActionSDK",
"version": "0.0.7",
"summary": "ReActionSDK",
"description": "ReActionSDK - GCM notifications",
"homepage": "https://github.com/ironSource/reaction-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"g8y3e": "valentine.pavchuk@ironsrc.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ironSource/reaction-ios.git",
"tag": "dev"
},
"source_files": [
"reaction_sdk/ReactionSDK",
"reaction_sdk/ReactionSDK/ReactionSDK/*.{h,m}",
"reaction_sdk/ReactionSDK/ReactionSDK/**/*.{h,m}"
],
"dependencies": {
"AtomSDK": [
],
"Google/CloudMessaging": [
]
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Google/CloudMessaging",
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup"
}
}