blob: 0a4197b9f83ab51f077c40318bf03465862cc255 [file] [log] [blame]
{
"name": "LGSublimationView",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"LGSublimationView": [
"Pod/Assets/*.png"
]
}
}