blob: 48347578faaabab2de9aded44aa4e2325ff47af0 [file] [log] [blame]
{
"name": "SwiftyPod",
"version": "0.0.1",
"summary": "My First CocoaPods library",
"description": "A CocoaPods library written in Swift",
"homepage": "https://github.com/phoelapyae69/SwiftyPod.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Phoe Lapyae": "phoelapyayt7@gmail.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.2",
"source": {
"git": "https://github.com/phoelapyae69/SwiftyPod.git",
"tag": "0.0.1"
},
"source_files": "SwiftyPod/**/*.{h,swift}",
"swift_version": "5.2"
}