blob: 09f69fe3245482400d001ee59f6c230aaabb6ace [file] [log] [blame]
{
"name": "NMPaginator",
"version": "1.0.0",
"summary": "NMPaginator is a simple Objective-C class that handles pagination for you.",
"homepage": "https://github.com/nmondollot/NMPaginator",
"license": {
"type": "Free",
"text": " Do whatever you want with this piece of code (commercially or free). Attribution would be nice though.\n"
},
"authors": "Nicolas Mondollot",
"source": {
"git": "https://github.com/nmondollot/NMPaginator.git",
"tag": "1.0.0"
},
"platforms": {
"ios": null
},
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"source_files": "NMpaginator/NMpaginator.{m,h}",
"requires_arc": false
}