| { |
| "name": "LTPhoneNumberField", |
| "version": "0.5.0", |
| "summary": "A UITextField subclass that formats a phone number as you type.", |
| "description": " LTPhoneNumberField is a subclass of UITextField that dynamically formats a phone number as it is typed by the user.\n\n * Locale-agnostic\n * Delegates phone number parsing to libPhoneNumber\n", |
| "homepage": "https://github.com/getlua/LTPhoneNumberField", |
| "license": "MIT", |
| "authors": { |
| "Colin Regan": "colin@getlua.com" |
| }, |
| "source": { |
| "git": "https://github.com/getlua/LTPhoneNumberField.git", |
| "tag": "0.5.0" |
| }, |
| "social_media_url": "https://twitter.com/khaullen", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Classes/**/*.{h,m}", |
| "ios": { |
| "exclude_files": "Classes/osx" |
| }, |
| "osx": { |
| "exclude_files": "Classes/ios" |
| }, |
| "dependencies": { |
| "libPhoneNumber-iOS": [ |
| "~> 0.7.2" |
| ] |
| } |
| } |