blob: f39532f825ca0b113976ea127f07be5c00cc8349 [file] [log] [blame]
{
"name": "TTModalView",
"license": "MIT",
"version": "1.0.1",
"summary": "A modalview in Ios",
"description": "A modalview in Ios,support custom content and present,dismiss animationstyle",
"homepage": "https://github.com/jiangtiteng/TTModalView",
"authors": {
"titeng.jiang": "624790402@qq.com"
},
"source": {
"git": "https://github.com/jiangtiteng/TTModalView.git",
"tag": "1.0.1"
},
"public_header_files": "TTModalView/*.h",
"source_files": "TTModalView/*.{h,m}",
"requires_arc": true,
"dependencies": {
"TTAnimations": [
]
},
"platforms": {
"ios": "6.0"
}
}