blob: 793fac72112d822783e32a400366badb28b74dfc [file] [log] [blame]
{
"name": "TinyPart",
"version": "0.1.1",
"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.1.1"
},
"source_files": "TinyPart/Classes/**/*.{h,m}",
"public_header_files": "TinyPart/Classes/**/*.h",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}