blob: 597e8914c1a309cf77ccde7ac5e5267f35b9c3e8 [file] [log] [blame]
{
"name": "TYKit",
"version": "0.1.2",
"summary": "iOS开发基础库",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/Style-Tender/TYKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Style-Tender": "yu.tian@jiayuonline.com"
},
"source": {
"git": "https://github.com/Style-Tender/TYKit.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "TYKit/Classes/**/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 3.0.4"
],
"Masonry": [
"~> 1.1.0"
]
}
}