blob: 9b89d9f8328a2ab81e023b502ab4e6f551ece824 [file] [log] [blame]
{
"name": "Earth",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": "Earth/Classes/*.swift",
"ios": {
"source_files": "Earth/Classes/**/*",
"frameworks": "UIKit"
},
"osx": {
"source_files": "Earth/Classes/**/*",
"frameworks": "AppKit"
},
"resource_bundles": {
"Earth": [
"Earth/Assets/*",
"Earth/Assets/*.lproj/*.strings",
"Earth/Assets/*.xcassets"
]
}
}