blob: 364c7ef59599b77d1d93ffb10245e7d74dab7201 [file] [log] [blame]
{
"name": "JWObserver",
"version": "1.0.0",
"summary": "An observer for iOS developers. You can observe object dealloc and KVO by block.",
"homepage": "https://github.com/Jerry0523/JWObserver",
"license": "MIT",
"authors": {
"Jerry Wong": "jerrywong0523@icloud.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Jerry0523/JWObserver.git",
"tag": "1.0.0"
},
"source_files": "JWObserver/*.{h,m}",
"requires_arc": true
}