[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 8 / d / 7 / LTPhoneNumberField / 0.5.0 / LTPhoneNumberField.podspec.json
blobce63234a10c22e43e546ad5c9cc1650938b4cf8b
2   "name": "LTPhoneNumberField",
3   "version": "0.5.0",
4   "summary": "A UITextField subclass that formats a phone number as you type.",
5   "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",
6   "homepage": "https://github.com/getlua/LTPhoneNumberField",
7   "license": "MIT",
8   "authors": {
9     "Colin Regan": "colin@getlua.com"
10   },
11   "source": {
12     "git": "https://github.com/getlua/LTPhoneNumberField.git",
13     "tag": "0.5.0"
14   },
15   "social_media_url": "https://twitter.com/khaullen",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "Classes/**/*.{h,m}",
21   "ios": {
22     "exclude_files": "Classes/osx"
23   },
24   "osx": {
25     "exclude_files": "Classes/ios"
26   },
27   "dependencies": {
28     "libPhoneNumber-iOS": [
29       "~> 0.7.2"
30     ]
31   }