blob: 17d55331fff81393e724a51e13a7aa732b15c028 [file] [log] [blame]
{
"name": "ICObserver",
"version": "0.1.0",
"summary": "A Weak observer for Objective-C.",
"description": "A Weak observer for Objective-C, auto remove when observer released.",
"homepage": "https://github.com/IvanChan/ICObserver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"IvanChan": "aintivanc@icloud.com"
},
"source": {
"git": "https://github.com/IvanChan/ICObserver.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "ICObserver/Classes/**/*"
}