blob: bf22d1ef0321f83709dba6f585a94cf74312ec9b [file] [log] [blame]
{
"name": "HelloWorldSDK",
"version": "1.0.8",
"summary": "iOS SDK for Hello World",
"description": "iOS SDK for Hello World, including example app",
"homepage": "https://github.com/Abdallah4021/HelloWorldSDKK.git",
"license": "MIT",
"authors": "abdallah",
"platforms": {
"ios": "10.0"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/Abdallah4021/HelloWorldSDKK.git",
"tag": "1.0.8"
},
"source_files": "HelloWorldSDKK/**/*.{h,m,swift}",
"public_header_files": "HelloWorldSDKK/**/*.h",
"resources": [
"HelloWorldSDKK/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}"
],
"frameworks": "UIKit",
"swift_version": "4.2"
}