blob: dfa5d3aaa1fb73ac8965a28608dc804b72d77e48 [file] [log] [blame]
{
"name": "Perse",
"version": "0.1.2",
"summary": "Perse SDK iOS",
"description": "\"This SDK provides camera integration and abstracts the communication with the Perse's API endpoints and also convert the response from json to a pre-defined responses.\"",
"homepage": "https://github.com/cyberlabsai/perse-sdk-ios/",
"license": "MIT",
"authors": {
"CyberLabs.AI": "contato@cyberlabs.ai"
},
"source": {
"git": "https://github.com/cyberlabsai/perse-sdk-ios.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "14.1"
},
"source_files": [
"Perse/src/**/*",
"Classes",
"Classes/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"Alamofire": [
"~> 5.2"
],
"PerseLite": [
"~> 0.2.0"
],
"YoonitCamera": [
]
},
"static_framework": true,
"pod_target_xcconfig": {
"LIBRARY_SEARCH_PATHS": "${SRCROOT}/**",
"FRAMEWORK_SEARCH_PATHS": "${SRCROOT}/**",
"HEADER_SEARCH_PATHS": "${SRCROOT}/**"
}
}