blob: 683d8ea2cb802888574b5833e13728a4ef3c8cac [file] [log] [blame]
{
"name": "CYKit",
"version": "0.2.5",
"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.2.5"
},
"source_files": [
"CYKit",
"CYKit/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 1.0.2"
],
"BlocksKit": [
"~> 2.2.5"
]
}
}