[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / a / b / 6 / Rideau / 1.0.0-beta.3 / Rideau.podspec.json
blob6840bb7b478341402442394aea7efd8a60705e9d
2   "name": "Rideau",
3   "version": "1.0.0-beta.3",
4   "swift_version": "4.2",
5   "summary": "A vertical drawer with fluid user interface.",
6   "homepage": "https://github.com/muukii/Rideau",
7   "license": "MIT",
8   "authors": {
9     "Muukii": "muukii.app@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/muukii/Rideau.git",
13     "tag": "1.0.0-beta.3"
14   },
15   "social_media_url": "https://twitter.com/muukii0803",
16   "source_files": [
17     "Rideau/**/*.{swift,h}"
18   ],
19   "public_header_files": "Rideau/**/*.h",
20   "module_name": "Rideau",
21   "requires_arc": true,
22   "platforms": {
23     "ios": "10.0"
24   },
25   "ios": {
26     "frameworks": [
27       "Foundation",
28       "UIKit"
29     ]
30   }