[Add] ReerCodable 1.1.2
[CocoaPods.git] / Specs / 5 / 8 / 9 / SynqUploader / 0.3.3 / SynqUploader.podspec.json
blob89b8eabdf69ce4d78c0486e80b99d3587198e36b
2   "name": "SynqUploader",
3   "version": "0.3.3",
4   "summary": "SynqUploader is a simple Objective-C library that enables upload of videos from an iOS device to the SYNQ API",
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://github.com/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://github.com/SYNQfm/synquploader-ios.git",
17     "tag": "0.3.3"
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     "SynqHttpLib": [
30     ]
31   }