[Add] TMNavigation 0.0.947
[CocoaPods.git] / Specs / f / 8 / 1 / SynqLib / 0.2.1 / SynqLib.podspec.json
blobea44bbb30bf2b89ceb7d878b214102152443960b
2   "name": "SynqLib",
3   "version": "0.2.1",
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://bitbucket.org/synqfm/synqlib-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/synqlib-ios.git",
17     "tag": "0.2.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "SynqLib/Classes/**/*",
23   "public_header_files": "SynqLib/Classes/*.h",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.0"
27     ]
28   }