blob: 5bec6d26831495758d0a8b9ae8fc181c27267e20 [file] [log] [blame]
{
"name": "ReActionSDK",
"version": "0.0.13",
"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/ReactionSDK/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AtomSDK": [
],
"Google/CloudMessaging": [
]
},
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/GoogleCloudMessaging",
"OTHER_LDFLAGS": "$(inherited) -undefined dynamic_lookup",
"ENABLE_BITCODE": "YES"
}
}