blob: b44c1778331c2251d6d05d58a1633a9adc1abe98 [file] [log] [blame]
{
"name": "TendartsSDK",
"version": "1.0.2",
"summary": "10darts, THE SMARTEST Push Notification Platform.",
"description": "10darts is an Autonomous Push Notifications tool that seamlessly engages your users while saving you the effort of learning and managing yet another CRM",
"homepage": "https://10darts.com/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"10darts": "devteam@10darts.com"
},
"source": {
"git": "https://github.com/10darts/ios-TendartsSDK.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/10dartsSoftware",
"platforms": {
"ios": "8.0"
},
"source_files": "TendartsSDK/Classes/**/*",
"public_header_files": "TendartsSDK/Classes/**/*.h",
"default_subspecs": "Normal",
"subspecs": [
{
"name": "Normal",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) IN_APP_EXTENSION=0"
},
"source_files": "TendartsSDK/Classes/**/*",
"public_header_files": "TendartsSDK/Classes/**/*.h"
},
{
"name": "AppExtension",
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) IN_APP_EXTENSION=1"
},
"source_files": "TendartsSDK/Classes/**/*",
"public_header_files": "TendartsSDK/Classes/**/*.h"
}
]
}