blob: 25bb26713df4adf94f5bf9edc5a258908a744007 [file] [log] [blame]
{
"name": "TinyPart",
"version": "0.3.0",
"summary": "TinyPart Framework",
"description": "TinyPart is a modular framework in iOS.",
"homepage": "https://github.com/RyanLeeLY/TinyPart",
"license": "MIT",
"authors": {
"yao.li": "liyao1021@163.com"
},
"source": {
"git": "https://github.com/RyanLeeLY/TinyPart.git",
"tag": "0.3.0"
},
"source_files": "TinyPart/Classes/**/*.{h,m}",
"public_header_files": "TinyPart/Classes/**/*.h",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}