[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / c / d / Earth / 0.1.2 / Earth.podspec.json
blobf6f83ba6bf933ab3c504aa2484f1a130535bf7c5
2   "name": "Earth",
3   "version": "0.1.2",
4   "summary": "A custmizable and easy to use framework contains Country Picker and awesome vector flags. Support both iOS and MacOS",
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.2"
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   }