blob: ded89b814253af545ecc2b62f8ff88cfe7d1fa6e [file] [log] [blame]
{
"name": "GLPubSub",
"version": "1.0.0",
"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"
},
"source": {
"git": "https://github.com/Glow-Inc/GLPubSub.git",
"tag": "1.0.0"
},
"source_files": "GLPubSub/*.{h,m}",
"requires_arc": true
}