blob: 51c844a93736a498a629bcafce321a410c407246 [file] [log] [blame]
{
"name": "SPHStringContentFillView",
"version": "0.2.0",
"summary": "A view that fills itself with customizable string content.",
"description": "A view subclass that fills itself with multiple copies of a customizable string at randomly generated locations and rotations.",
"homepage": "https://github.com/sphippen/SPHStringContentFillView",
"license": "MIT",
"authors": {
"Spencer Phippen": "spencer.phippen@gmail.com"
},
"source": {
"git": "https://github.com/sphippen/SPHStringContentFillView.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,mm}",
"public_header_files": "Pod/Classes/**/*.h",
"resource_bundles": {
"SPHStringContentFillView": [
"Pod/Assets/*.png"
]
}
}