blob: 971642c1f5de8bb21367f89031efcd84d489ddce [file] [log] [blame]
{
"name": "PubNubSimpleHistory",
"version": "0.1.1",
"summary": "An easier-to-understand extension for PubNub history API",
"description": "PubNub history API is a bit hard to wrap head around. We've added some convenient methods to make it easier to use.",
"homepage": "https://github.com/SMACKHigh/PubNubSimpleHistory",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Terry Xu": "https://twitter.com/coolnalu",
"Kevin Flynn": "https://twitter.com/KevinMarkFlynn"
},
"source": {
"git": "https://github.com/SMACKHigh/PubNubSimpleHistory.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/coolnalu",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"PubNub": [
]
}
}