| { | |
| "name": "Tapstream", | |
| "version": "2.8.6", | |
| "summary": "Tapstream marketing analytics.", | |
| "homepage": "https://tapstream.com/", | |
| "license": "MIT", | |
| "authors": { | |
| "Benjamin Fox": "support@tapstream.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/tapstream/tapstream-sdk.git", | |
| "tag": "v2.8.6-objc" | |
| }, | |
| "platforms": { | |
| "ios": "4.3", | |
| "osx": "10.6" | |
| }, | |
| "source_files": [ | |
| "objc/Tapstream", | |
| "objc/Core" | |
| ], | |
| "ios": { | |
| "frameworks": [ | |
| "Foundation", | |
| "UIKit" | |
| ] | |
| }, | |
| "osx": { | |
| "frameworks": [ | |
| "Foundation", | |
| "AppKit" | |
| ] | |
| } | |
| } |