blob: dc6feee6bf67fefd53978c7259e2fedc75add27b [file] [log] [blame]
{
"name": "AKSwifty",
"version": "0.1.4",
"summary": "Personal Swifty ToolKit",
"description": "Personal Swifty ToolKit\nAKUIKitBase: Base-UIViewController UINavigationController\t\nAKExtensions: The Commonly used Swifty extension\nAKDashboardView: likes oil dashboard",
"homepage": "https://github.com/ApterKing/AKSwifty",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ApterKing": "wangcccong@outlook.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ApterKing/AKSwifty.git",
"tag": "0.1.4"
},
"source_files": "Classes/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"dependencies": {
"AKUIKitBase": [
"~> 0.1.0"
],
"AKExtensions": [
"~> 1.0.2"
],
"AKDashboardView": [
"~> 1.0.0"
]
},
"pushed_with_swift_version": "3.0"
}