[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / a / 2 / CountryCodeTextField / 1.0.0 / CountryCodeTextField.podspec.json
blob586aee773092176d4db57d4a6996351f0cc54456
2   "name": "CountryCodeTextField",
3   "version": "1.0.0",
4   "summary": "CountryCodeTextField is a Subclass Of UITextField Allow User To Select his Country Code.",
5   "description": "TODO: CountryCodeTextField is a Subclass Of UITextField Allow User To Select his Country Code. Selection From PickerView or TableView or Costume DataSource. Or Type it Via Keyboard.",
6   "homepage": "https://github.com/maqudah/CountryCodeTextField",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mustafa Alqudah": "maqudah@ymail.com"
13   },
14   "source": {
15     "git": "https://github.com/maqudah/CountryCodeTextField.git",
16     "tag": "1.0.0"
17   },
18   "social_media_url": "https://twitter.com/maqudah",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "3.0"
24   },
25   "source_files": "Classes/**/*",
26   "resource_bundles": {
27     "CountryCodeTextField": [
28       "Assets/Settings.bundle"
29     ]
30   }