blob: 3c75c2601a6f97ff201cd029797c4314f59a246f [file] [log] [blame]
{
"name": "SMSegment",
"version": "1.0.0",
"summary": "SMSegment supports setting up tabs with pictures using web pictures and local pictures.",
"homepage": "https://github.com/Samueler/SMSegment",
"license": "MIT",
"authors": {
"Samueler.Chen": "Samueler.Chen@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Samueler/SMSegment.git",
"tag": "1.0.0"
},
"source_files": [
"Core",
"Core/**/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"SDWebImage": [
"~> 4.3.3"
]
}
}