| { |
| "name": "CRDSettings", |
| "swift_versions": "5.0", |
| "version": "1.0.5", |
| "summary": "Turnkey solution for presenting and editing settings in your iOS apps.", |
| "description": "Simple solution for presenting and editing settings inside of your iOS apps in a ready-made table view UI.", |
| "homepage": "https://github.com/cdisdero/CRDSettings", |
| "license": "Apache License, Version 2.0", |
| "authors": { |
| "Christopher Disdero": "info@code.chrisdisdero.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/cdisdero/CRDSettings.git", |
| "tag": "1.0.5" |
| }, |
| "source_files": "CRDSettings/**/*.{swift,h,m,storyboard}", |
| "resource_bundles": { |
| "crdsettings-storyboard": [ |
| "CRDSettings/**/*.{lproj,storyboard}" |
| ] |
| } |
| } |