| { |
| "name": "KeshavSampleFramework", |
| "version": "0.0.1", |
| "summary": "Prwesent it", |
| "description": "This is just a demo to check distribution using cocoa pods sdjd.", |
| "homepage": "https://github.com/keshavRaj/SampleFramework", |
| "license": { |
| "type": "MIT", |
| "file": "FILE_LICENSE" |
| }, |
| "authors": { |
| "Keshav Raj": "keshv.raj@yahoo.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/keshavRaj/SampleFramework.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "SampleFramework/**/*", |
| "exclude_files": "SampleFramework/*.plist", |
| "frameworks": "Charts", |
| "dependencies": { |
| "Charts": [ |
| |
| ] |
| } |
| } |