blob: 3e836609f962cd45ac9e27174b162412a66905ed [file] [log] [blame]
{
"name": "TPTestKit",
"version": "0.1.4",
"summary": "TPTestKit.",
"description": "TPTestKit is a base framework",
"homepage": "https://github.com/RendyZhang/TPTestKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"RendyZhang": "zhaoyan.zhang3@renren-inc.com"
},
"source": {
"git": "https://github.com/RendyZhang/TPTestKit.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"source_files": "TPTestKit/Classes/**/*",
"resource_bundles": {
"TPTestKit": [
"TPTestKit/Assets/*"
]
},
"frameworks": [
"UIKit",
"MapKit"
],
"libraries": "sqlite3.0",
"dependencies": {
"AFNetworking": [
"4.0.1"
],
"FMDB": [
"2.7.5"
],
"SwiftyJSON": [
"5.0.0"
],
"RxSwift": [
"5.1.1"
],
"ObjectMapper": [
"4.2.0"
],
"PureLayout": [
"3.1.2"
]
},
"swift_version": "5.0"
}