| { |
| "name": "Tunits", |
| "version": "0.8.1", |
| "summary": "A date modification library", |
| "description": "Tunits is a simple library of convenience functions for creating groups of NSDates", |
| "homepage": "https://github.com/spitzgoby/Tunits", |
| "license": "MIT", |
| "authors": { |
| "Thomas Leu": "tomleu@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/spitzgoby/Tunits.git", |
| "tag": "0.8.1" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "Tunits": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |