blob: ae8a8d197cb0568cb3e2a2b0a2af70971369eaa2 [file] [log] [blame]
{
"name": "AKSwifty",
"version": "0.1.2",
"summary": "Personal Swifty ToolKit",
"description": "Personal Swifty ToolKit\nAKExtension: The Commonly used Swifty extension\nBase: Base-UIViewController UINavigationController",
"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.2"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Extension",
"platforms": {
"ios": "9.0"
},
"source_files": "AKExtension/Classes/*.swift",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
]
},
{
"name": "UIKit-Base",
"platforms": {
"ios": "9.0"
},
"source_files": "AKUIKit/Base/*.swift",
"frameworks": "UIKit"
},
{
"name": "UIKit-DashboardView",
"platforms": {
"ios": "9.0"
},
"source_files": "AKUIKit/AKDashboardView.swift",
"frameworks": "UIKit"
}
]
}