blob: 4543b2eea9cd49cbaceacacd1edc55a1b9c127b7 [file] [log] [blame]
{
"name": "Nestlean",
"version": "1.1.1",
"summary": "This SDK has been created to help iOS engineers to develop, distribute and test their apps",
"description": "Nestlean is a web based platform that covers the mobile app development lifecycle from Sandbox to Production",
"homepage": "https://nestlean.com",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Alex Bulgakov": "alex@nestlean.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Nestlean/ios.git",
"tag": "1.1.1"
},
"source_files": "*.h",
"public_header_files": "*.h",
"preserve_paths": "libNestlean.a",
"ios": {
"vendored_libraries": "libNestlean.a"
},
"libraries": "Nestlean",
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreTelephony",
"CoreVideo",
"Security",
"CoreMedia",
"SystemConfiguration",
"CoreMotion",
"AVFoundation",
"CFNetwork",
"QuartzCore"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
}