blob: 2f359a2afea47bd2ca91b334067832e6808060a8 [file] [log] [blame]
{
"name": "HPCalculator",
"version": "0.0.1",
"summary": "The example make a iOS library",
"description": "The demo how to release a iOS library to CocoaPods",
"homepage": "https://github.com/quanghoang0101/HPCalculator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hoang": "quanghoang0101@yahoo.com.vn"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/quanghoang0101/HPCalculator.git",
"tag": "0.0.1"
},
"source_files": "HPCalculator/**/*.{swift}",
"swift_versions": "5",
"swift_version": "5"
}