blob: 0296ba6236b756ffc04a4bae73bc9cdd535eec10 [file] [log] [blame]
{
"name": "JCTiledScrollView",
"version": "0.0.2",
"summary": "A set of classes wrapping UIScrollView and CATiledLayer.",
"homepage": "https://github.com/jessedc/JCTiledScrollView",
"license": {
"type": "MIT",
"file": "LICENCE.txt"
},
"authors": {
"Jesse Collis": "jesse@jcmultimedia.com.au"
},
"source": {
"git": "https://github.com/jessedc/JCTiledScrollView.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"static_framework": true,
"source_files": [
"Headers/*.h",
"JCTiledScrollView/Source/*.m"
],
"frameworks": [
"Foundation",
"UIKit"
]
}