blob: 75f01d23a8c7e153f3f7e8516e74e4b84fab9b0f [file] [log] [blame]
{
"name": "TXSwitch",
"version": "0.1.1",
"summary": "Switch.",
"description": "TXSwitch",
"homepage": "https://github.com/txs528/TXSwitch",
"license": "MIT",
"authors": {
"tangxiao": "tangxiao@xiaomi.com"
},
"source": {
"git": "https://github.com/txs528/TXSwitch.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TXSwitch/Classes/**/*",
"resource_bundles": {
"TXSwitch": [
"TXSwitch/Assets/*.png"
]
},
"public_header_files": "TXSwitch/Classes/**/*.h",
"dependencies": {
"Masonry": [
"~> 0.6.4"
]
}
}