[Add] TappxSDK 4.1.13
[CocoaPods.git] / Specs / 6 / 4 / 3 / SwiftyCountryPicker / 0.1.9 / SwiftyCountryPicker.podspec.json
blob5869096a2556c913f386c9d71096563c9f4b6f28
2   "name": "SwiftyCountryPicker",
3   "version": "0.1.9",
4   "summary": "Show a country picker to choose the country.",
5   "swift_version": "4.0",
6   "description": "Show a country picker to choose the country. You can add your own done button above the picker to get the selected country.",
7   "homepage": "https://github.com/anpkmr/SwiftyCountryPicker",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "anpkmr": "anup227kumar@evontech.com"
14   },
15   "source": {
16     "git": "https://github.com/anpkmr/SwiftyCountryPicker.git",
17     "tag": "0.1.9"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "9.0"
22   },
23   "static_framework": true,
24   "resources": "SwiftyCountryPicker/Assets/*",
25   "source_files": "SwiftyCountryPicker/Classes/**/*",
26   "resource_bundles": {
27     "SwiftyCountryPicker": [
28       "SwiftyCountryPicker/Assets/*{.png,.plist}",
29       "SwiftyCountryPicker/Classes/**/*"
30     ]
31   },
32   "frameworks": "UIKit"