[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / c / d / Earth / 0.1.9 / Earth.podspec.json
blob511829a892e77f5124ad9d0b4bae00283184ceed
2   "name": "Earth",
3   "version": "0.1.9",
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.9"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": "Sources/Earth/*.swift",
23   "ios": {
24     "source_files": "Sources/ios/*.swift",
25     "frameworks": [
26       "UIKit",
27       "Foundation"
28     ]
29   },
30   "resource_bundles": {
31     "Earth": [
32       "Resources/*",
33       "Resources/*.lproj/*.strings",
34       "Resources/*.xcassets"
35     ]
36   },
37   "osx": {
38     "frameworks": "AppKit"
39   }