blob: 8d0e9f0c9307f9e04032d4b327c79766684c3ec8 [file] [log] [blame]
{
"name": "SPiOSUtils",
"version": "0.0.4",
"summary": "A bunch of generic iOS utilities",
"description": "A few generic UI utilities like activity indicator windows, lazy loading and paginated table views\nand others.",
"homepage": "https://github.com/panyam/SPiOSUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sriram Panyam": "sri.panyam@gmail.com"
},
"source": {
"git": "https://github.com/panyam/SPiOSUtils.git",
"tag": "0.0.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "SPiOSUtils/Sources/**/*",
"resource_bundles": {
"SPiOSUtils": [
"SPiOSUtils/Resources/*.xib"
]
},
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
]
}