blob: 551f9db2d7cc259441065d5390d8ede8003c823e [file] [log] [blame]
{
"name": "Stalker",
"version": "1.2.0",
"summary": "Stalker is a developer friendly KVO and NSNotification​ interface",
"homepage": "http://github.com/BendingSpoons/Stalker",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Luca Querella": "lq@bendingspoons.dk"
},
"source": {
"git": "https://github.com/BendingSpoons/stalker-lib-iOS.git",
"tag": "1.2.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Stalker/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}