blob: c86b7b68dbc63a128986a64ae001c207b89c3373 [file] [log] [blame]
{
"name": "Shelfmagnetic",
"version": "0.0.3",
"summary": "Shelfmagnetic",
"description": "磁片架构是结合了多年开发经验并借鉴了某一线互联网公司总结而成,此框架可以快速搭建程序,以注册继承的方式将VC随意组合,大大提升了开发效率和实现一些复杂的功能。",
"homepage": "https://github.com/jenson21/shelfmagnetic",
"license": "MIT",
"authors": {
"Jenson": "jenson.pitaya@outlook.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/jenson21/shelfmagnetic.git",
"tag": "0.0.3"
},
"source_files": [
"ShelfMagnetic",
"ShelfMagnetic/ShelfMagnetic/Class/**/*.{h,m}"
],
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 4.0.0"
],
"MJRefresh": [
"~> 3.0.0"
]
}
}