blob: 605aff4fbb2297019501ceeeb505197f81253d59 [file] [log] [blame]
{
"name": "SelectViewDemo",
"version": "1.0.1",
"summary": "A short description of SelectViewDemo.",
"description": "something",
"homepage": "http://EXAMPLE/SelectViewDemo",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"kangxx": "437876849@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kzq5/SelectViewDemo.git",
"tag": "1.0.1"
},
"source_files": [
"SelectViewDemo",
"SelectViewDemo/**/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 1.0.2"
]
}
}