blob: bb5cc5420614157c739706d52ae388ce16792691 [file] [log] [blame]
{
"name": "Logful",
"version": "0.2.0",
"homepage": "https://github.com/logful/logful-ios",
"summary": "Logful iOS sdk",
"authors": {
"Getui": "support@getui.com"
},
"license": {
"type": "MIT"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/logful/logful-ios.git",
"tag": "0.2.0"
},
"source_files": [
"Source/*.{h,m}",
"Source/**/*.{h,m}"
],
"libraries": [
"z",
"sqlite3.0"
],
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Framework"
},
"vendored_frameworks": "Framework/openssl.framework",
"frameworks": [
"MobileCoreServices",
"SystemConfiguration",
"UIKit"
],
"requires_arc": true
}