[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 8 / 7 / f / UDSync / 0.1.0 / UDSync.podspec.json
blobf31abfcd19e4251bd9ddeee75ee284ff5144b2b5
2   "name": "UDSync",
3   "version": "0.1.0",
4   "license": "MIT",
5   "summary": "Making backend synchronizations easier.",
6   "homepage": "https://github.com/ud-sync/ud-sync-swift",
7   "authors": {
8     "Alexandre de Oliveira": "chavedomundo@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/ud-sync/ud-sync-swift.git",
12     "tag": "0.1.0"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10"
17   },
18   "source_files": "UDSync/*.swift",
19   "requires_arc": true,
20   "dependencies": {
21     "Alamofire": [
22       "~> 3.1"
23     ],
24     "SwiftyJSON": [
25       "~> 2.3"
26     ],
27     "BrightFutures": [
28       "~> 3.3"
29     ]
30   }