blob: da15582838b65534dc6c2361b668322528326448 [file] [log] [blame]
{
"name": "JTForm",
"version": "0.0.1",
"summary": "简单快速的创建复杂且流畅的表单,XLForm与Texture相结合",
"homepage": "https://github.com/kikido/JTForm",
"license": {
"type": "MIT"
},
"authors": {
"kikido": "kikido1992@gmail.com"
},
"source": {
"git": "https://github.com/kikido/JTForm.git",
"tag": "0.0.1"
},
"source_files": [
"JTForm",
"JTForm/**/*.{h,m}"
],
"resources": "JTForm/JTForm.bundle",
"dependencies": {
"SDWebImage": [
"~> 4.4.6"
],
"Texture": [
"~> 2.8"
]
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SRCROOT)/SDWebImage"
}
}