[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 3 / 6 / Splitflap / 1.0.0 / Splitflap.podspec.json
blob7b1ec342447d10c6084e5080e53d4ac7f74b835b
2   "name": "Splitflap",
3   "version": "1.0.0",
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.0.0"
15   },
16   "screenshots": "http://yannickloriot.com/resources/splitflap-logo.gif",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "ios": {
21     "frameworks": [
22       "UIKit",
23       "QuartzCore"
24     ]
25   },
26   "source_files": "Splitflap/*.swift",
27   "requires_arc": true