blob: 037b78e47d4b5398bdc00ad761b4332f3bbb8d31 [file] [log] [blame]
{
"name": "GLPubSub",
"version": "1.0.1",
"summary": "A wrapper of NSNotificationCenter to make pub sub easier",
"homepage": "https://github.com/Glow-Inc/GLPubSub",
"license": "MIT",
"authors": "Glow, Inc.",
"social_media_url": "https://github.com/Glow-Inc",
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/Glow-Inc/GLPubSub.git",
"tag": "1.0.1"
},
"source_files": "GLPubSub/*.{h,m}",
"requires_arc": true
}