| { |
| "name": "FruitMaskedTextfield", |
| "version": "1.0.0", |
| "summary": "Simple, yet functional, UITextField addition to allow masked edit (example: IPv4 addresses).", |
| "description": " You can use FruitMaskedTextfield to format strings using\n a mask, or use a convinient UITextField category to\n enable masked-edition inside UITextField.\n\n * Can be used inside Storyboards\n", |
| "homepage": "https://github.com/m4c0/fruit-masked-textfield", |
| "license": "GPLv3", |
| "authors": { |
| "Eduardo Costa": "pods@tpk.com.br" |
| }, |
| "source": { |
| "git": "https://github.com/m4c0/fruit-masked-textfield.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Classes/**/*.{h,m}", |
| "ios": { |
| "exclude_files": "Classes/osx" |
| }, |
| "osx": { |
| "exclude_files": "Classes/ios" |
| }, |
| "public_header_files": "Classes/**/*.h" |
| } |