blob: 0e105c1b6a3f9ae4dcd0d053b4ba195d7859067f [file] [log] [blame]
{
"name": "CaulySDK",
"version": "3.0.0.0",
"summary": "Cauly SDK with helper.",
"homepage": "https://github.com/youknowone/CaulySDK",
"license": {
"type": "proprietary",
"text": " Copyright (C) FuturestreamNetworks\n"
},
"authors": "FuturestreamNetworks",
"source": {
"git": "https://github.com/youknowone/CaulySDK.git",
"tag": "3.0.0.0"
},
"platforms": {
"ios": null
},
"source_files": [
"*.{h,m}",
"library/*.h"
],
"public_header_files": [
"*.h",
"library/*.h"
],
"resources": "library/DefaultImages/*.png",
"preserve_paths": "library",
"frameworks": [
"CoreGraphics",
"QuartzCore",
"SystemConfiguration",
"MediaPlayer",
"MapKit",
"CoreLocation",
"CFNetwork",
"MessageUI",
"EventKit"
],
"libraries": [
"z",
"CaulyAds"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/CaulySDK/library"
},
"requires_arc": false
}