| { |
| "name": "HelloWorldSDK", |
| "version": "1.0.6", |
| "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": "9.0" |
| }, |
| "swift_versions": "4.2", |
| "source": { |
| "git": "https://github.com/Abdallah4021/HelloWorldSDKK.git", |
| "tag": "1.0.6" |
| }, |
| "source_files": "HelloWorldSDKK/**/*.{h,m,swift}", |
| "public_header_files": "HelloWorldSDKK/**/*.h", |
| "resources": [ |
| "**/**/*.{png,jpeg,jpg,storyboard,xib,xcassets}" |
| ], |
| "frameworks": "UIKit", |
| "swift_version": "4.2" |
| } |