blob: ad549024ce256f80197c0510c66c55fa3ed509d1 [file] [log] [blame]
{
"name": "GMYogaKit",
"version": "0.1.0",
"summary": "A copy of YogaKit.",
"description": "A copy of YogaKit.",
"homepage": "https://github.com/guangmingzizai/GMYogaKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"guangmingzizai": "wangjf01@missfresh.cn"
},
"source": {
"git": "https://github.com/guangmingzizai/GMYogaKit.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": "UIKit"
},
"source_files": "GMYogaKit/Classes/**/*",
"dependencies": {
"Yoga": [
"~> 1.9"
]
}
}