[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 8 / 1 / SynqLib / 0.1.3 / SynqLib.podspec.json
blob292406566800ed34c653d0a72e35ff7dcda61c08
2   "name": "SynqLib",
3   "version": "0.1.3",
4   "summary": "SynqLib is a simple Objective-C library that enables upload of videos 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://www.synq.fm",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kjartan": "kjartan@synq.fm"
13   },
14   "source": {
15     "git": "https://kjartmann@bitbucket.org/synqfm/synqlib-ios.git",
16     "tag": "0.1.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SynqLib/Classes/**/*",
22   "public_header_files": "SynqLib/Classes/*.h",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 3.0"
26     ]
27   }