[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 9 / 8 / 3 / SKCountryPicker / 1.1.3 / SKCountryPicker.podspec.json
blobe5756dcc474bcb879b91957e8706bd3c39cd2e57
2   "name": "SKCountryPicker",
3   "version": "1.1.3",
4   "summary": "This library is for country picker used in many app for selecting country code of user",
5   "description": "CountryPicker is module for selecting country of the user by searching",
6   "homepage": "https://github.com/SURYAKANTSHARMA/CountryPicker",
7   "screenshots": [
8     "https://user-images.githubusercontent.com/6416095/32143344-40f55c80-bc65-11e7-98d7-5429654940a2.png",
9     "https://user-images.githubusercontent.com/6416095/32143470-debef3f8-bc66-11e7-8460-502e5cff1491.png"
10   ],
11   "license": "MIT",
12   "authors": {
13     "SuryaKant Sharma": "suryakantsharma84@gmail.com"
14   },
15   "platforms": {
16     "ios": "10.0"
17   },
18   "source": {
19     "git": "https://github.com/SURYAKANTSHARMA/CountryPicker",
20     "tag": "1.1.2"
21   },
22   "source_files": "CountryPicker/CountryPicker/**/*.{swift}",
23   "exclude_files": "Classes/Exclude",
24   "resources": "CountryPicker/CountryPicker/*.{png}",
25   "resource_bundles": {
26     "CountryPickerController": [
27       "CountryPicker/CountryPicker/CountryPickerController.bundle/*"
28     ]
29   }