[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 6 / b / 2 / Recycle / 0.0.2 / Recycle.podspec.json
blob07de096168a24c75aace8437f57ddf209eb75ba7
2   "name": "Recycle",
3   "version": "0.0.2",
4   "summary": "A swift 3 library to help recycling iOS views and cells.",
5   "description": "The library helps you recycle views for one or more controllers, and avoids unecessary code duplication and verbosity.",
6   "homepage": "https://github.com/mateusnroll/recycle",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mateus Pinheiro": "mateus.pinheiro@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/mateusnroll",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/mateusnroll/recycle.git",
20     "tag": "v0.0.2"
21   },
22   "source_files": [
23     "Recycle",
24     "Recycle/**/*.{h,m,swift}"
25   ],
26   "exclude_files": "Classes/Exclude",
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "3"
29   },
30   "pushed_with_swift_version": "3.0"