blob: 747a56e5ee391dca8b74a7ff789259b2bf3956bd [file] [log] [blame]
{
"name": "OceanComponents",
"version": "0.1.0",
"summary": "OceanComponents are components created by theo for use in Blu applications",
"description": "OceanComponents are components created by theo for use in Blu applications\nProject created with the objective use components created by OceanTokens.",
"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": "OceanComponents-0.1.0"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"5.0"
],
"dependencies": {
"OceanTokens": [
]
},
"source_files": "OceanComponents/Classes/**/*",
"info_plist": {
"CFBundleIdentifier": "br.com.blu.OceanComponents"
},
"pod_target_xcconfig": {
"PRODUCT_BUNDLE_IDENTIFIER": "br.com.blu.OceanComponents"
},
"subspecs": [
{
"name": "OceanTokens",
"source_files": "OceanTokens/Classes/**/*"
}
],
"swift_version": "5.0"
}