blob: 882a8f7468711a5ad1d96cd31ad7814719eaf75d [file] [log] [blame]
{
"name": "Pendo",
"version": "0.0.6",
"summary": "Pengo agent for iOS",
"homepage": "http://www.pendo.io",
"license": "Commercial",
"authors": {
"Antonio Rodriguez": "antonio@pendo.io"
},
"source": {
"git": "https://github.com/pendo-io/pendo-ios.git",
"tag": "0.0.6"
},
"social_media_url": "https://twitter.com/pendoio",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"ios": {
"source_files": "pendo-ios/*.h",
"public_header_files": "pendo-ios/*.h",
"vendored_libraries": "pendo-ios/libPendo.a"
},
"frameworks": [
"UIKit",
"Security"
],
"module_name": "Pendo"
}