[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / c / d / Earth / 1.1.0 / Earth.podspec.json
blobe65e6df8a4da3a05391adf3fd0c64de05098e585
2   "name": "Earth",
3   "version": "1.1.0",
4   "swift_versions": "5.0",
5   "summary": "A custmizable and easy to use framework contains Country Picker with awesome vector flags. Support both iOS and MacOS",
6   "description": "It offers different kind of pickers for picking infomations about countries etc. You can access vector images of flags. It support 12 kinds of languages.",
7   "homepage": "https://github.com/leacode/Earth",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "leacode": "lichunyu@vip.qq.com"
14   },
15   "source": {
16     "git": "https://github.com/leacode/Earth.git",
17     "tag": "1.1.0"
18   },
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10"
22   },
23   "source_files": "Sources/Earth/*.swift",
24   "ios": {
25     "source_files": "Sources/ios/*.swift",
26     "frameworks": [
27       "UIKit",
28       "Foundation"
29     ]
30   },
31   "resource_bundles": {
32     "Earth": [
33       "Resources/*",
34       "Resources/*.lproj/*.strings",
35       "Resources/*.xcassets"
36     ]
37   },
38   "osx": {
39     "frameworks": "AppKit"
40   },
41   "swift_version": "5.0"