blob: b2e218dcc2a7a788c94595347d7b75bef1c73f3f [file] [log] [blame]
{
"name": "CaulySDK",
"version": "3.0.2.1",
"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.2.1"
},
"platforms": {
"ios": null
},
"source_files": [
"*.{h,m}",
"library/*.h"
],
"public_header_files": [
"*.h",
"library/*.h"
],
"preserve_paths": "library",
"resources": "library/DefaultImages/*.png",
"libraries": [
"z",
"CaulyAds"
],
"frameworks": [
"CoreGraphics",
"QuartzCore",
"SystemConfiguration",
"MediaPlayer",
"MapKit",
"CoreLocation",
"CFNetwork",
"MessageUI",
"EventKit",
"StoreKit"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "${PODS_ROOT}/CaulySDK/library"
},
"requires_arc": false
}