| { |
| "name": "OceanTokens", |
| "version": "2.0.0", |
| "summary": "OceanTokens are tokens created by theo for use in Blu applications", |
| "description": "Project created with the objective of compiling tokens created through theo (salesforce tool) in json files for swift classes through swiftgen.", |
| "homepage": "https://github.com/Pagnet/ocean-ds-ios", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "alex gomes": "alexandro.gomes@useblu.com.br" |
| }, |
| "source": { |
| "git": "https://github.com/Pagnet/ocean-ds-ios.git", |
| "tag": "OceanTokens-2.0.0" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "swift_versions": [ |
| "5.0" |
| ], |
| "source_files": "OceanTokens/Classes/**/*", |
| "info_plist": { |
| "CFBundleIdentifier": "br.com.blu.OceanTokens" |
| }, |
| "pod_target_xcconfig": { |
| "PRODUCT_BUNDLE_IDENTIFIER": "br.com.blu.OceanTokens" |
| }, |
| "resource_bundles": { |
| "OceanTokens": "OceanTokens/Resources/Fonts/*.ttf" |
| }, |
| "swift_version": "5.0" |
| } |