blob: 272dd015d0e55d63858643100e9ea01bfd52fce0 [file] [log] [blame]
{
"name": "AKSwifty",
"version": "0.1.1",
"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.1"
},
"requires_arc": true,
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "AKExtension",
"platforms": {
"ios": "9.0"
},
"source_files": "AKExtension/Classes/*.swift",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
]
},
{
"name": "AKUIKit-Base",
"platforms": {
"ios": "9.0"
},
"source_files": "AKUIKit/Base/*.swift",
"frameworks": "UIKit"
}
]
}