blob: ecc00da9befb04c1cbae6b496f3a9ed60187ffde [file] [log] [blame]
{
"name": "XBKit",
"version": "1.1.0",
"summary": "XBKit",
"description": "This is an XBKit extension",
"homepage": "https://github.com/LiuSky/XBKit",
"license": "MIT",
"authors": {
"xiaobin liu": "327847390@qq.com"
},
"source": {
"git": "https://github.com/LiuSky/XBKit.git",
"tag": "1.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Extension",
"source_files": "Sources/Extension/*.swift"
},
{
"name": "Protocol",
"source_files": "Sources/Protocol/*.swift",
"dependencies": {
"SwiftyJSON": [
"~> 3.1.4"
]
}
}
]
}