[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 0 / e / Ubergang / 0.5.4 / Ubergang.podspec.json
blobdd28cfc2673a56c1cbcad9d2d72434a4a6f2a99d
2   "name": "Ubergang",
3   "version": "0.5.4",
4   "summary": "A tweening engine written in Swift.",
5   "homepage": "https://github.com/RobinFalko/Ubergang",
6   "license": {
7     "type": "Apache",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Robin Frielingsdorf": "mail@robinfalko.com"
12   },
13   "source": {
14     "git": "https://github.com/RobinFalko/Ubergang.git",
15     "tag": "0.5.4"
16   },
17   "source_files": "Ubergang/**/*.{h,m,swift}",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "frameworks": "Foundation",
22   "requires_arc": true,
23   "dependencies": {
24     "XCGLogger": [
25       "~> 3.3"
26     ]
27   }