blob: 682f0ac5947bb9c64791cb2da749af53017984ae [file] [log] [blame]
{
"name": "SGKit",
"version": "0.0.1",
"summary": "song‘s toolkit.",
"description": "song's toolkit for sharing over all project",
"homepage": "https://github.com/smallhorse87/SGKit",
"license": "MIT",
"authors": {
"smallhorse87": "smallhorse87@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/smallhorse87/SGKit.git",
"tag": "0.0.1"
},
"source_files": [
"SRC",
"SRC/*.{h,m}"
],
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"WPAttributedMarkup": [
],
"SDWebImage": [
]
}
}