blob: 9827ef620fdbec35a66a459cbda5d4e3217d106c [file] [log] [blame]
{
"name": "MTXKit",
"version": "0.0.1",
"summary": "A collection of iOS components.",
"description": "A collection of iOS components, hope you like it!",
"homepage": "https://github.com/MichaelLedger/MTXKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MichaelLedger": "MichaelLedger@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/MichaelLedger/MTXKit.git",
"tag": "0.0.1"
},
"source_files": "MTXKit/**/*.{h,m}",
"public_header_files": "MTXKit/**/*.h",
"libraries": [
"z",
"sqlite3"
],
"requires_arc": true
}