[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / c / 6 / PubNubPersistence / 0.1.0 / PubNubPersistence.podspec.json
blob74d99a63c29b73b4ef3f9b6ba4241a6310f525b1
2   "name": "PubNubPersistence",
3   "version": "0.1.0",
4   "summary": "A thin persistence layer for PubNub in an Objective-C environment.",
5   "description": "This is is a persistence layer for PubNub in an Objective-C environemnt for storing and accessing PubNub messages asynchronously.",
6   "homepage": "https://github.com/pubnub/Objective-C-Storage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jordan Zucker": "jordan.zucker@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/pubnub/Objective-C-Storage.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/PubNub",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "PubNubPersistence/Classes/**/*",
23   "dependencies": {
24     "PubNub": [
26     ],
27     "Realm": [
28       "~> 1.0.1"
29     ]
30   }