[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 7 / b / PubNubSimpleHistory / 0.1.0 / PubNubSimpleHistory.podspec.json
blobdc858fdc32b30dc0cb8b5d5c33ac5e1e89edcfa5
2   "name": "PubNubSimpleHistory",
3   "version": "0.1.0",
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": "terry@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/SMACKHigh/PubNubSimpleHistory.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/coolnalu",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "source_files": "Pod/Classes/**/*",
24   "dependencies": {
25     "PubNub": [
27     ]
28   }