blob: b546e3ff8c0de1d296df9e9f5ba016d74a877d94 [file] [log] [blame]
{
"name": "IZCallbackStore",
"version": "1.0.0",
"summary": "IZCallbackStore is a util for storing callbacks and manage them. Suitable for transforming a delegate-style mechanism class to block-style.",
"homepage": "https://github.com/iz-ios/IZCallbackStore",
"license": {
"type": "MIT",
"file": "README.md"
},
"authors": {
"YANKE Guo": "hi@yanke.io"
},
"source": {
"git": "https://github.com/iz-ios/IZCallbackStore.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "*.{h,m}",
"requires_arc": true
}