blob: 3dc9e0a3923bb2a29638bcdb046ef8b0d74687c2 [file] [log] [blame]
{
"name": "CYKit",
"version": "0.1.8.3",
"summary": "something useful for daily development",
"homepage": "https://github.com/TripleFireMan",
"license": "MIT",
"authors": {
"chengyan": "ab364743113@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/TripleFireMan/CYKit.git",
"tag": "0.1.8.3"
},
"source_files": [
"CYKit",
"CYKit/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"FMDB": [
"~> 2.7"
],
"Masonry": [
"~> 1.0.2"
],
"BlocksKit": [
"~> 2.2.5"
]
}
}