blob: 4b6d6f077169f8c6fc0271f878dee2df2c545b15 [file] [log] [blame]
{
"name": "GeekDataKit",
"version": "0.1.1",
"summary": "GeekDataKit is used to getting user behaver data.",
"swift_versions": "4.0",
"description": "GeekDataKit 用于极客公社内部APP用户行为数据上报的SDk。这个SDK属于公共的sdk,适用于公司所有iOS端APP。",
"homepage": "http://git.xiaoniu.com/zhangqi1/GeekDataKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangqi1": "zhangqi1@hellogeek.com"
},
"source": {
"git": "http://git.xiaoniu.com/zhangqi1/GeekDataKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "GeekDataKit/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 5.0.0"
],
"RxCocoa": [
"~> 5.0.0"
],
"RxBlocking": [
"~> 5.0.0"
],
"RxAlamofire": [
"~> 5.0.0"
],
"NSObject+Rx": [
"~> 5.0.0"
],
"Alamofire": [
"~> 4.8.1"
],
"Moya": [
"~> 14.0.0-alpha.1"
],
"Moya/RxSwift": [
"~> 14.0.0-alpha.1"
],
"ObjectMapper": [
"~> 3.3.0"
],
"SwiftyJSON": [
"~> 4.1.0"
],
"PromiseKit": [
],
"ReachabilitySwift": [
],
"XCGLogger": [
"~> 7.0.0"
],
"AwesomeCache": [
"~> 5.0"
],
"SwifterSwift": [
"~> 4.6.0"
],
"FMDB": [
"~> 2.7.5"
],
"LKDBHelper": [
"~> 2.5.1"
],
"KeychainAccess": [
"~> 3.1.2"
],
"DeviceKit": [
"~> 2.0.0"
],
"CryptoSwift": [
"~> 0.14.0"
]
},
"swift_version": "4.0"
}