[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 5 / c / d / Earth / 0.1.4 / Earth.podspec.json
blobe1b87d905ccb85e0d86d07a30dbd843c86d4980d
2   "name": "Earth",
3   "version": "0.1.4",
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.4"
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": "UIKit"
26   },
27   "resource_bundles": {
28     "Earth": [
29       "Resources/*",
30       "Resources/*.lproj/*.strings",
31       "Resources/*.xcassets"
32     ]
33   },
34   "osx": {
35     "frameworks": "AppKit"
36   }