blob: 218a051f7c2aa68c380451369c5d7f41e25fdfcc [file] [log] [blame]
{
"name": "Stalker",
"version": "1.1.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.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Stalker/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": true
}