blob: fbc681655ea03c7864be781d0a9aea63ef0dd245 [file] [log] [blame]
{
"name": "PrivateLib",
"version": "0.1.0",
"summary": "This is my testing PrivateLib.",
"description": "This is the description of my testing PrivateLib.",
"homepage": "https://gitee.com/sy1533148253",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"sy1533148253": "yang.song@topca.cn"
},
"source": {
"git": "https://gitee.com/sy1533148253/PivateLib.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PrivateLib/Classes/**/*.{h,m}",
"frameworks": [
"UIKit",
"QuartzCore"
]
}