blob: ccc1ccc650af4002d1b947b8014595854ee6b48f [file] [log] [blame]
{
"name": "Applepie",
"version": "0.0.2",
"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": "9.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/cdtschange/ios-applepie.git",
"tag": "0.0.2"
},
"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"
]
}
}