[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 9 / e / 3 / Spiffy / 0.0.2 / Spiffy.podspec.json
blob300f7049629b7cb97157ce9720d8f5ce840400e2
2   "name": "Spiffy",
3   "version": "0.0.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.md"
7   },
8   "homepage": "https://github.com/Badlazzor/Spiffy",
9   "authors": {
10     "Balázs Hajagos": "badlazzor@gmail.com"
11   },
12   "summary": "Spiffy is a lightweight styling library for iOS applications",
13   "description": "Spiffy is a lightweight styling library tailored to be as easy to use and as extensible as possible while maintaining a coherent coding experience.",
14   "source": {
15     "git": "https://github.com/Badlazzor/Spiffy.git",
16     "tag": "0.0.2"
17   },
18   "requires_arc": true,
19   "swift_version": "4.2",
20   "source_files": "Spiffy/**/*.{swift,h,m}",
21   "ios": {
22     "frameworks": "UIKit"
23   },
24   "platforms": {
25     "ios": "9.0"
26   }