blob: 4cf4bee0f3e75c9873ff741d9e53e6bde5cc062a [file] [log] [blame]
{
"name": "Nucleus-iOS",
"version": "4.0.5",
"summary": "Actv8me Core Framework",
"homepage": "http://www.actv8me.com/",
"authors": {
"Nikolai Annenkoff": "nikolai.annenkoff@actv8me.com"
},
"documentation_url": "http://sdk.actv8me.com/docs-4/#/ios4/4.0.0/guide/1-introduction/1.1-overview",
"source": {
"git": "https://github.com/ACTV8meInc/Nucleus-iOS-Binary.git",
"tag": "v4.0.5"
},
"description": "The SDK listens for \"trigger\" signals from various analog and digital technologies. These may include: Audio triggers, BluetoothLE triggers, UURLs (deep links), \"Touch\" buttons, etc. All these technologies are used by commercial intererest to transmit offers and promotions to an app on a mobile device.\nOnce the SDK senses a valid signal, it then forwards that information to the actv8me servers which will return to the app an offer or promotion, etc.",
"license": {
"type": "Copyright",
"text": "Activate License and Service\n"
},
"source_files": "*",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"compiler_flags": [
"-ObjC",
"$(inherited)"
],
"subspecs": [
{
"name": "Framework",
"source_files": "*",
"preserve_paths": "*/*",
"ios": {
"vendored_frameworks": "Framework/Nucleus.framework"
}
}
]
}