blob: 0bb3d2d339f464ea5cf021af229cc22aba873c97 [file] [log] [blame]
{
"name": "ACYKit",
"version": "0.18.2",
"summary": "A library to start a project quickly for iOS developers.",
"description": "A library to start a project quickly for iOS developers which is written by Objective-C.",
"homepage": "https://github.com/archmagees/ACYKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arthur Liu": "archmagees+cocoapods@gmail.com"
},
"source": {
"git": "https://github.com/archmagees/ACYKit.git",
"tag": "0.18.2"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "LogManager",
"source_files": "ACYKit/Classes/LogManager/*",
"public_header_files": "ACYKit/Classes/LogManager/*.h",
"dependencies": {
"CocoaLumberjack": [
]
}
},
{
"name": "Foundation",
"source_files": "ACYKit/Classes/Foundation/*",
"public_header_files": "ACYKit/Classes/Foundation/*.h"
},
{
"name": "UIKit",
"source_files": "ACYKit/Classes/UIKit/**/*",
"public_header_files": "ACYKit/Classes/UIKit/**/*.h",
"dependencies": {
"ACYKit/Foundation": [
],
"ACYKit/LogManager": [
],
"Masonry": [
],
"SDWebImage": [
],
"HexColors": [
"4.0.0"
]
}
},
{
"name": "CategoryKit",
"source_files": "ACYKit/Classes/CategoryKit/**/*",
"public_header_files": "ACYKit/Classes/CategoryKit/**/*.h",
"dependencies": {
"ACYKit/Foundation": [
],
"ACYKit/LogManager": [
]
},
"frameworks": "QuartzCore"
}
]
}