blob: 7ceb84cb573fcbea13213dbc7cd5cf5d5316ae68 [file] [log] [blame]
{
"name": "SwiftMKit",
"version": "1.0.4",
"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.4"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "SwiftMKit/**/*.{swift}",
"resource_bundles": {
"MJRefresh": [
"Pod/**/*.{png,jpeg,jpg,storyboard,xib}"
]
},
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"dependencies": {
"Alamofire": [
],
"CocoaLumberjack/Swift": [
],
"ReactiveCocoa": [
],
"SwiftyJSON": [
],
"MJRefresh": [
]
}
}