| { |
| "name": "sample-staic", |
| "version": "0.2", |
| "summary": "static files tests", |
| "description": "sample to test static files", |
| "homepage": "https://github.com/FazalConsoliads/sample-staic", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "FazalConsoliads": "fazal.elahi@consoliads.com" |
| }, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/FazalConsoliads/sample-staic.git", |
| "tag": "0.2" |
| }, |
| "source_files": "Headers/Public/*.h", |
| "ios": { |
| "vendored_libraries": "libsample-staic.a" |
| } |
| } |