| { |
| "name": "GDTagListView", |
| "version": "0.1.0", |
| "summary": "UIView subclass that allows to add a list of customizable tags.", |
| "homepage": "https://github.com/gautierdelorme/GDTagListView", |
| "license": "MIT", |
| "authors": { |
| "Gautier Delorme": "waken31@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/gautierdelorme/GDTagListView.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/delormegautier", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes/**/*", |
| "resource_bundles": { |
| "GDTagListView": [ |
| "Pod/Assets/*.png" |
| ] |
| } |
| } |