blob: 5bf4fb7d144e6319afbd6ac9de9abf75c01fa666 [file] [log] [blame]
{
"name": "SwiftPaginator",
"version": "0.0.2",
"summary": "SwiftPaginator is a block based Swift class that handles pagination for you.",
"homepage": "https://github.com/apocolipse/SwiftPaginator",
"source": {
"git": "https://github.com/apocolipse/SwiftPaginator.git",
"tag": "0.0.2"
},
"license": {
"type": "Free",
"text": "Do whatever you want with this piece of code (commercially or free). Attribution would be nice though."
},
"authors": {
"Chris Simpson": "apocolipse@gmail.com"
},
"social_media_url": "http://twitter.com/apocolipse269",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "SwiftPaginator/*.swift"
}