[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 2 / 4 / CreatPodSwift / 0.0.1 / CreatPodSwift.podspec.json
blob33eab5d3844bcad87381c0687531ebccdb5707d7
2   "name": "CreatPodSwift",
3   "version": "0.0.1",
4   "summary": "是一个创建pod库的例子",
5   "description": "这就是一个创建pod库的样板,通过这个样板我们可以创建更多用于pod倒入的库,方便供给其他开发者使用。提高效率。",
6   "homepage": "https://github.com/xiaobadao/CreatPodSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chenglong": "chenglong@princeegg.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/xiaobadao/CreatPodSwift.git",
19     "tag": "0.0.1"
20   },
21   "source_files": "CreatPodSwift/classes/*.swift",
22   "exclude_files": "CreatPodSwift/classes/Exclude",
23   "swift_version": "4.2",
24   "frameworks": [
25     "UIKit",
26     "Foundation"
27   ],
28   "requires_arc": true