| { |
| "name": "MDFFontDiskLoader", |
| "summary": "MDFFontDiskLoader", |
| "version": "1.0.0", |
| "authors": "The Material Foundation Authors", |
| "license": "Apache 2.0", |
| "homepage": "https://github.com/material-foundation/material-font-disk-loader-ios", |
| "source": { |
| "git": "https://github.com/material-foundation/material-font-disk-loader-ios.git", |
| "tag": "v1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "public_header_files": "src/*.h", |
| "source_files": [ |
| "src/*.{h,m,mm}", |
| "src/private/*.{h,m,mm}" |
| ] |
| } |