blob: a98f03c683b73612ea5343a2cb855196303f54a9 [file] [log] [blame]
{
"name": "PBHelloWorldSDK",
"version": "0.0.2",
"summary": "iOS SDK for Hello World",
"description": "iOS SDK for Hello World, including example app",
"homepage": "https://github.com/praveen-b27/HelloWorldSDK",
"license": "MIT",
"authors": {
"Praveen B": "tonymillion@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/praveen-b27/HelloWorldSDK.git",
"tag": "0.0.2"
},
"source_files": "HelloWorldSDK/**/*.h",
"public_header_files": "HelloWorldSDK/**/*.h",
"swift_version": "5.0"
}