blob: 03a3e6133a2cdbd83051b876a07bf32bc405a131 [file] [log] [blame]
{
"name": "TangramX",
"version": "0.0.1.beta",
"authors": {
"lijingcheng": "bj_lijingcheng@163.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/lijingcheng/Tangram",
"source": {
"git": "https://github.com/lijingcheng/Tangram.git",
"tag": "0.0.1.beta"
},
"summary": "Too big, Too strong, Too fast, Too good!!!",
"static_framework": true,
"swift_versions": "5.1",
"platforms": {
"ios": "10.0"
},
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"source_files": [
"R.generated.swift",
"Tangram/Base/*.swift",
"Tangram/Extension/**/*.swift",
"Tangram/Service/*.swift",
"Tangram/Component/**/*.swift"
],
"resource_bundles": {
"Tangram": [
"Tangram/Assets.xcassets"
]
},
"dependencies": {
"Alamofire": [
"5.0.0-rc.3"
],
"Kingfisher": [
"5.10.1"
],
"SwiftyJSON": [
"5.0.0"
],
"SnapKit": [
"5.0.1"
],
"R.swift": [
"5.1.0"
],
"RxSwift": [
"5.0.1"
],
"RxCocoa": [
"5.0.1"
]
},
"swift_version": "5.1"
}