| { |
| "name": "WATokenFieldView", |
| "version": "1.0", |
| "authors": { |
| "Wendy Abrantes": "abranteswendy@gmail.com" |
| }, |
| "homepage": "https://github.com/wendyabrantes/WATokenFieldView", |
| "summary": "WATokenFieldView is custom view that let you add token view in a view while typing/searching.", |
| "source": { |
| "git": "https://github.com/wendyabrantes/WATokenFieldView.git", |
| "tag": "1.0" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "WATokenFieldView/**/*.{h,m}", |
| "requires_arc": true, |
| "ios": { |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ] |
| } |
| } |