blob: 433f5b52ea0b677e4d1b7a730f450f058e1c4c7e [file] [log] [blame]
{
"name": "Empyr",
"version": "0.9.1",
"summary": "Empyr: A foundation for card link offer platforms.",
"description": "Empyr is a full-stack card linked offer platform that enables companies to bring card linked offers to consumers and businesses.",
"homepage": "https://www.empyr.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Empyr": "developer@empyr.com"
},
"source": {
"git": "https://github.com/EmpyrNetwork/empyr_ios_swift.git",
"tag": "0.9.1"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"default_subspecs": [
"Core"
],
"subspecs": [
{
"name": "Core",
"source_files": "EmpyrCore/**/*"
},
{
"name": "PPO",
"source_files": "EmpyrPPO/**/*",
"dependencies": {
"Empyr/Core": [
],
"PlotPlugin": [
"= 2.1.0-beta2"
]
},
"frameworks": "PlotProjects",
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/PlotPlugin/PlotProjects-v2_1_0_beta2"
}
},
{
"name": "Tracker",
"source_files": "EmpyrTracker/**/*",
"dependencies": {
"Empyr/Core": [
]
},
"weak_frameworks": "AdSupport"
}
]
}