[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 7 / b / PubNubSimpleHistory / 0.1.1 / PubNubSimpleHistory.podspec.json
blob971642c1f5de8bb21367f89031efcd84d489ddce
2   "name": "PubNubSimpleHistory",
3   "version": "0.1.1",
4   "summary": "An easier-to-understand extension for PubNub history API",
5   "description": "PubNub history API is a bit hard to wrap head around. We've added some convenient methods to make it easier to use.",
6   "homepage": "https://github.com/SMACKHigh/PubNubSimpleHistory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Terry Xu": "https://twitter.com/coolnalu",
13     "Kevin Flynn": "https://twitter.com/KevinMarkFlynn"
14   },
15   "source": {
16     "git": "https://github.com/SMACKHigh/PubNubSimpleHistory.git",
17     "tag": "0.1.1"
18   },
19   "social_media_url": "https://twitter.com/coolnalu",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "dependencies": {
26     "PubNub": [
28     ]
29   }