blob: bd9e85aa093a80b687443c1a1efe47113deb4248 [file] [log] [blame]
{
"name": "Applepie",
"version": "0.0.1",
"summary": "Applepie for swift.",
"description": "Applepie is a convenient sdk for ios project.",
"homepage": "https://github.com/cdtschange/ios-applepie",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"cdts_change": "cdts_change@aliyun.com"
},
"platforms": {
"ios": "12.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/cdtschange/ios-applepie.git",
"tag": "0.0.1"
},
"source_files": "Applepie/**/*.{h,m,swift,xcdatamodeld}",
"dependencies": {
"CocoaLumberjack/Swift": [
"~> 3.4.2"
],
"ReactiveCocoa": [
"~> 8.0.2"
],
"Alamofire": [
"~> 4.7.3"
],
"Kingfisher": [
"~> 4.10.0"
],
"AsyncSwift": [
"~> 2.0.4"
],
"CryptoSwift": [
"~> 0.13.0"
]
}
}