blob: c37bde6b2f1d1d82e477164642b4ce8ae58de1b1 [file] [log] [blame]
{
"name": "HYPodDemo",
"version": "0.0.1",
"summary": "A Public Pod Demo",
"description": "this is swift Pod demo practice , you can learn how to make a pod by this podspec",
"homepage": "https://github.com/haiyangCool/HYPodDemo",
"license": "MIT",
"authors": {
"haiyangCool": "haiyang_wang_cool@126.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/haiyangCool/HYPodDemo.git",
"tag": "0.0.1"
},
"source_files": "HYPodDemo/*",
"frameworks": "UIKit"
}