| { |
| "name": "DemoSampleFramework", |
| "version": "0.0.2", |
| "summary": "Sample Pod", |
| "description": "Demo of how to create a universal pod that contains framework", |
| "homepage": "https://gitlab.com/rakshitha_achar", |
| "license": { |
| "type": "MIT", |
| "file": "license" |
| }, |
| "authors": { |
| "rakshitha_achar": "rakshitha@ymedialabs.com" |
| }, |
| "platforms": { |
| "ios": "11.3" |
| }, |
| "swift_version": "4.1", |
| "ios": { |
| "vendored_frameworks": "DemoSampleFramework.framework" |
| }, |
| "source": { |
| "http": "https://gitlab.com/rakshitha_achar/dfs/raw/0.0.2/DemoSampleFramework.zip" |
| }, |
| "exclude_files": "Classes/Exclude" |
| } |