blob: d9235ad1155dcabb547d685eb1e822c607e9af48 [file] [log] [blame]
{
"name": "HYPodDemo",
"version": "0.0.5",
"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.5"
},
"source_files": "HYPodDemo/*",
"frameworks": "UIKit"
}