[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / 8 / 9 / SynqUploader / 0.2.0 / SynqUploader.podspec.json
blob7c17221d12cb3d1c067857339c2072840c8af9b3
2   "name": "SynqUploader",
3   "version": "0.2.0",
4   "summary": "SynqUploader is a simple Objective-C library that enables upload of videos from an iOS device to the SYNQ platform",
5   "description": "This library was created to make it easy to integrate SYNQ video uploading into your app.\nPlease note: this pod is just an add-on to the SYNQ API and is of no use unless you already have created a service for accessing the API, either directly or by using one of our SDKs. (http://docs.synq.fm)",
6   "homepage": "https://bitbucket.org/synqfm/synquploader-ios.git",
7   "social_media_url": "http://twitter.com/synqfm",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Kjartan Vestvik": "kjartan@synq.fm"
14   },
15   "source": {
16     "git": "https://bitbucket.org/synqfm/synquploader-ios.git",
17     "tag": "0.2.0"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SynqUploader/Classes/**/*",
23   "public_header_files": "SynqUploader/Classes/*.h",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.0"
27     ]
28   }