blob: 88d4cf8f85f8b64880e5a557102cfab3ecb68de9 [file] [log] [blame]
{
"name": "SwiftMKit",
"version": "1.0.2",
"summary": "Swift Kit used on iOS.",
"description": "It is a swift kit used on iOS, which implement by Swift.",
"homepage": "https://github.com/cdtschange/SwiftMKit",
"license": "MIT",
"authors": {
"山天大畜": "cdts_change@aliyun.com"
},
"source": {
"git": "https://github.com/cdtschange/SwiftMKit.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SwiftMKit/**/*.{swift}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"dependencies": {
"Alamofire": [
],
"CocoaLumberjack/Swift": [
],
"ReactiveCocoa": [
]
}
}