blob: 7d3c2cf49e4665448215de8edc2a6ad216f74bc4 [file] [log] [blame]
{
"name": "ACYKit",
"version": "1.0.0",
"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.dev@gmail.com"
},
"source": {
"git": "https://github.com/archmagees/ACYKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Service",
"source_files": "ACYKit/ACYKit/Service/**/*.{h,m}",
"dependencies": {
"CocoaLumberjack": [
],
"ChameleonFramework": [
]
}
},
{
"name": "Core",
"source_files": "ACYKit/ACYKit/Core/**/*.{h,m}",
"dependencies": {
"ReactiveCocoa": [
"2.5"
]
}
},
{
"name": "CategoryKit",
"source_files": "ACYKit/ACYKit/CategoryKit/**/*.{h,m}",
"dependencies": {
"ACYKit/Core": [
],
"ACYKit/Service": [
],
"Aspects": [
]
},
"frameworks": [
"QuartzCore",
"CoreGraphics",
"AVFoundation",
"ImageIO"
]
}
]
}