[Add] SampleOTP 0.1.0
[CocoaPods.git] / Specs / 2 / 3 / 6 / Splitflap / 1.1.1 / Splitflap.podspec.json
bloba95d8302600fef9eace93d682a5301685f5672e5
2   "name": "Splitflap",
3   "version": "1.1.1",
4   "license": "MIT",
5   "summary": "A simple split-flap display for your Swift applications",
6   "description": "Splitflap is a simple to use component to present changeable alphanumeric text like often used as a public transport timetable in airports or railway stations or with some flip clocks.",
7   "homepage": "https://github.com/yannickl/Splitflap.git",
8   "social_media_url": "https://twitter.com/yannickloriot",
9   "authors": {
10     "Yannick Loriot": "contact@yannickloriot.com"
11   },
12   "source": {
13     "git": "https://github.com/yannickl/Splitflap.git",
14     "tag": "1.1.1"
15   },
16   "screenshots": "http://yannickloriot.com/resources/splitflap-logo.gif",
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "9.0"
20   },
21   "ios": {
22     "frameworks": [
23       "UIKit",
24       "QuartzCore"
25     ]
26   },
27   "tvos": {
28     "frameworks": [
29       "UIKit",
30       "QuartzCore"
31     ]
32   },
33   "source_files": "Splitflap/*.swift",
34   "requires_arc": true