blob: 4018518dadba9f7d8394e2092cb964ee5a24b4bc [file] [log] [blame]
{
"name": "ATProxy",
"version": "0.2.4",
"summary": "转场动画代理的代理,不再关心转场代理,实现灵活运用专场动画和交互动画。",
"homepage": "https://github.com/youlianchun/ATProxy",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"YLCHUN": "youlianchunios@163.com"
},
"source": {
"git": "https://github.com/youlianchun/ATProxy.git",
"tag": "0.2.4"
},
"platforms": {
"ios": "8.0"
},
"static_framework": true,
"source_files": "ATProxy/Classes/**/*",
"pod_target_xcconfig": {
"DEFINES_MODULE": "NO"
},
"public_header_files": "ATProxy/Classes/**/*.h",
"subspecs": [
{
"name": "ATProxy",
"ios": {
"libraries": "c++"
},
"source_files": "ATProxy/ATProxy/**/*"
}
]
}