[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 5 / 0 / e / Ubergang / 0.8.1 / Ubergang.podspec.json
blobc0123ddca9df683e2c79fdc94666a90a729096ab
2   "name": "Ubergang",
3   "version": "0.8.1",
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.8.1"
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   }