blob: d2868efad6d6adb4da96240fc0298ed19d7326ae [file] [log] [blame]
{
"name": "Earth",
"version": "0.2.0",
"summary": "A custmizable and easy to use framework contains Country Picker and awesome vector flags. Support both iOS and MacOS",
"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.",
"homepage": "https://github.com/leacode/Earth",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"leacode": "lichunyu@vip.qq.com"
},
"source": {
"git": "https://github.com/leacode/Earth.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Sources/Earth/*.swift",
"ios": {
"source_files": "Sources/ios/*.swift",
"frameworks": [
"UIKit",
"Foundation"
]
},
"resource_bundles": {
"Earth": [
"Resources/*",
"Resources/*.lproj/*.strings",
"Resources/*.xcassets"
]
},
"osx": {
"frameworks": "AppKit"
}
}