blob: 6944cb354dc6f9ce9892d41d42a27644a84611b5 [file] [log] [blame]
{
"name": "YeshifuShareUI",
"version": "0.0.3",
"summary": "CocoaPods组件化实践",
"description": "CocoaPods组件化实践:一个简单的分享界面",
"homepage": "https://github.com/shiyeli/YeshifuShareUI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yetongxue": "422013052@qq.com"
},
"source": {
"git": "https://github.com/shiyeli/YeshifuShareUI.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ShareLib/Classes/**/*",
"resource_bundles": {
"ShareLib": [
"ShareLib/Assets/**/*.png"
]
},
"public_header_files": "ShareLib/Classes/**/*.h",
"frameworks": "UIKit"
}