blob: a200a092ef60d22595e7e325269d9cd797b3ccde [file] [log] [blame]
{
"name": "PubNubPersistence",
"version": "0.2.0",
"summary": "A thin persistence layer for PubNub in an Objective-C environment.",
"description": "This is is a persistence layer for PubNub in an Objective-C environemnt for storing and accessing PubNub messages asynchronously.",
"homepage": "https://github.com/pubnub/Objective-C-Storage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jordan Zucker": "jordan.zucker@gmail.com"
},
"source": {
"git": "https://github.com/pubnub/Objective-C-Storage.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/PubNub",
"platforms": {
"ios": "8.0"
},
"source_files": "PubNubPersistence/Classes/**/*",
"dependencies": {
"PubNub": [
],
"Realm": [
"~> 1.0.1"
]
}
}