blob: e764f2347d7c88ec555e6cf77cc64b6bbb998a6e [file] [log] [blame]
{
"name": "iOSBasisComponents",
"version": "0.1.3",
"license": "MIT",
"summary": "iOSBasisComponents in Swift",
"homepage": "https://github.com/daolanghuang/iOSBasisComponments",
"authors": {
"Enn Software Foundation": "h_daodao@163.com"
},
"source": {
"git": "https://github.com/daolanghuang/iOSBasisComponments.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "9.0"
},
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/**/*.swift",
"resource_bundles": {
"Core": [
"Source/Core/**/*.png"
]
},
"dependencies": {
"SDWebImage": [
],
"Alamofire": [
],
"SwiftyJSON": [
],
"SQLite.swift": [
],
"SnapKit": [
]
}
},
{
"name": "LK",
"source_files": "Source/LK/*.swift",
"dependencies": {
"iOSBasisComponents/Core": [
]
},
"resource_bundles": {
"LK": [
"Source/LK/*.plist"
]
}
}
]
}