blob: 85bd3da8834a8ff7fb172746fa359012bebdbd22 [file] [log] [blame]
{
"name": "MMWeakTimer",
"summary": "A weakTimer for iOS.",
"version": "0.0.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MMMille": "xuemingluan@gmail.com"
},
"homepage": "https://github.com/MMMille/MMWeakTimer",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MMMille/MMWeakTimer.git",
"tag": "0.0.1"
},
"requires_arc": true,
"source_files": "MMWeakTimer/**/*.{h,m}",
"libraries": [
"z",
"sqlite3"
],
"frameworks": [
"UIKit",
"CoreFoundation"
]
}