blob: e1b87d905ccb85e0d86d07a30dbd843c86d4980d [file] [log] [blame]
{
"name": "Earth",
"version": "0.1.4",
"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.1.4"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Sources/Earth/*.swift",
"ios": {
"source_files": "Sources/ios/*.swift",
"frameworks": "UIKit"
},
"resource_bundles": {
"Earth": [
"Resources/*",
"Resources/*.lproj/*.strings",
"Resources/*.xcassets"
]
},
"osx": {
"frameworks": "AppKit"
}
}