[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 9 / f / 2 / TinyPresentKit / 1.0.1 / TinyPresentKit.podspec.json
blob0878ea365d61e5249200fd2d3c5e8a6bfd31cc7d
2   "name": "TinyPresentKit",
3   "version": "1.0.1",
4   "summary": "A simple framework for showing modal view controller",
5   "description": "A simple framework for showing modal view controller, simple api",
6   "homepage": "https://github.com/dreamume/TinyPresentKit",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "dreamume": "dreamume@gmail.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/dreamume/TinyPresentKit.git",
18     "tag": "1.0.1"
19   },
20   "source_files": "TinyPresentKit/*.{swift,h}",
21   "requires_arc": true,
22   "swift_version": "4.2",
23   "ios": {
24     "frameworks": [
25       "UIKit",
26       "Foundation"
27     ]
28   }