blob: d7885fa6e390dcdfef3347f49879582365f85b88 [file] [log] [blame]
{
"name": "Recycle",
"version": "0.0.1",
"summary": "A swift 3 library to help recycling iOS views and cells.",
"description": "The library helps you recycle views for one or more controllers, and avoids unecessary code duplication and verbosity.",
"homepage": "https://github.com/mateusnroll/recycle",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mateus Pinheiro": "mateus.pinheiro@gmail.com"
},
"social_media_url": "http://twitter.com/mateusnroll",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/mateusnroll/recycle.git",
"tag": "v0.0.1"
},
"source_files": [
"Recycle",
"Recycle/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"pushed_with_swift_version": "3.0"
}