blob: 33eab5d3844bcad87381c0687531ebccdb5707d7 [file] [log] [blame]
{
"name": "CreatPodSwift",
"version": "0.0.1",
"summary": "是一个创建pod库的例子",
"description": "这就是一个创建pod库的样板,通过这个样板我们可以创建更多用于pod倒入的库,方便供给其他开发者使用。提高效率。",
"homepage": "https://github.com/xiaobadao/CreatPodSwift",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chenglong": "chenglong@princeegg.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/xiaobadao/CreatPodSwift.git",
"tag": "0.0.1"
},
"source_files": "CreatPodSwift/classes/*.swift",
"exclude_files": "CreatPodSwift/classes/Exclude",
"swift_version": "4.2",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}