| { |
| "name": "SampleiOSFramework", |
| "version": "1.0.0", |
| "summary": "This is a sample iOS Framework", |
| "description": "This is an sample iOS framework which is being built for testing custom frameworl", |
| "homepage": "https://github.com/zac24/SampleiOSFramework", |
| "license": "MIT", |
| "swift_versions": "5.0", |
| "authors": { |
| "zac24": "dwi.pra24@gmail.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/zac24/SampleiOSFramework.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "SampleiOSFramework/**/*.{h,m,swift}", |
| "swift_version": "5.0" |
| } |