[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / d / c / 3 / PubSub / 0.0.1 / PubSub.podspec.json
blobe0406bb9614c03c101ebd89ab1c6f69bd40237ff
2   "name": "PubSub",
3   "version": "0.0.1",
4   "summary": "A minimal syntax block based wrapper around NSNotificaitonCenter.",
5   "homepage": "https://github.com/staxmanade/PubSub-iOS",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Josh Wright": "josh@joshwright.com",
12     "Jason Jarrett": "jason@elegantcode.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/staxmanade/PubSub-iOS.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "PubSub.h",
23     "PubSub.m"
24   ],
25   "requires_arc": true