[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 6 / e / c / CTKFlagPhoneNumberSQUIRREL / 0.1.0 / CTKFlagPhoneNumberSQUIRREL.podspec.json
blob80bdc430af6eede4b41cd96b432dc6a0520df254
2   "name": "CTKFlagPhoneNumberSQUIRREL",
3   "version": "0.1.0",
4   "summary": "A formatted phone number UITextField with country flag picker.",
5   "description": "CTKFlagPhoneNumber is a phone number textfield that allows you to choose the country code thanks to a picker. It uses libPhoneNumber to format the number in the textfield according to country code.",
6   "homepage": "https://github.com/chronotruck/CTKFlagPhoneNumber",
7   "license": {
8     "type": "Apache License 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sebastien": "sebastien@squirrel.fr"
13   },
14   "source": {
15     "git": "https://github.com/chronotruck/CTKFlagPhoneNumber.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CTKFlagPhoneNumber/**/*.swift",
22   "resource_bundles": {
23     "CTKFlagPhoneNumber": [
24       "CTKFlagPhoneNumber/Resources/**/*"
25     ]
26   },
27   "dependencies": {
28     "libPhoneNumber-iOS": [
30     ]
31   }