blob: 52624c6fe64d20138abfec12f03d9a3369bf5e36 [file] [log] [blame]
{
"name": "Empyr",
"version": "0.9.2",
"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.2"
},
"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"
}
]
}