blob: 3433c02d277e5c59e030183c058f927aef92dae9 [file] [log] [blame]
{
"name": "AlexCocoa",
"version": "0.0.3",
"summary": "A personal repository",
"homepage": "https://github.com/CoderAlexChan/AlexCocoa",
"license": "MIT",
"authors": {
"AlexChan": "chenwenqiangqq@sina.com"
},
"description": "AlexCocoa 是一个用于方便日常使用的工具类合集\n啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦啦",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/CoderAlexChan/AlexCocoa.git",
"tag": "0.0.3"
},
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation",
"WebKit",
"Photos",
"AVFoundation"
],
"requires_arc": true,
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Header",
"source_files": "Header/*.{h,m,swift}"
},
{
"name": "Date",
"source_files": "Date/*.{h,m,swift}",
"dependencies": {
"ToString": [
"~> 0.0.3"
]
}
},
{
"name": "Extension",
"dependencies": {
"AlexCocoa/Header": [
],
"AlexCocoa/Image": [
],
"SDWebImage": [
]
},
"source_files": "Extension/*.{h,m,swift}"
},
{
"name": "Image",
"source_files": "Image/*.{h,m,swift}"
},
{
"name": "String",
"source_files": "String/*.{h,m,swift}"
}
]
}