blob: 3f1721160a5e277c8bec76bc1c35a39652651542 [file] [log] [blame]
{
"name": "LGSublimationView",
"version": "0.3.0",
"summary": "The LGSublimationView is an alternative to the way a UIScrollView looks when paging.",
"description": "The LGSublimationView is an alternative to the way a standard UIScrollView looks when paging. Instead of scrolling the background views of its content view, it just scrolls labels, and the background views 'sublime' from one to another.\n",
"homepage": "https://github.com/lukegeiger/LGSublimationView",
"license": "MIT",
"authors": {
"Luke Geiger": "lukejamesgeiger@gmail.com"
},
"source": {
"git": "https://github.com/lukegeiger/LGSublimationView.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LGSublimationView": [
"Pod/Assets/*.png"
]
}
}