[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / c / d / Earth / 0.1.1 / Earth.podspec.json
blob5d6925378e4d62561c91ac6d51398aa40d46486d
2   "name": "Earth",
3   "version": "0.1.1",
4   "summary": "An easy to use framework to pick names,dial codes,flags and emojis of countries all around the world.",
5   "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.",
6   "homepage": "https://github.com/leacode/Earth",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "leacode": "lichunyu@vip.qq.com"
13   },
14   "source": {
15     "git": "https://github.com/leacode/Earth.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "Earth/Classes/*.swift",
23   "ios": {
24     "source_files": "Earth/Classes/**/*",
25     "frameworks": "UIKit"
26   },
27   "osx": {
28     "source_files": "Earth/Classes/**/*",
29     "frameworks": "AppKit"
30   },
31   "resource_bundles": {
32     "Earth": [
33       "Earth/Assets/*",
34       "Earth/Assets/*.lproj/*.strings",
35       "Earth/Assets/*.xcassets"
36     ]
37   }