blob: 2d0104a298b64f8bb8dbb8ba4e2b754bc9ad2eeb [file] [log] [blame]
{
"name": "Logful",
"version": "0.3.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.3.0"
},
"source_files": [
"Source/*.{h,m}",
"Source/**/*.{h,m}"
],
"libraries": [
"z",
"sqlite3"
],
"pod_target_xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Framework"
},
"frameworks": [
"SystemConfiguration",
"UIKit"
],
"requires_arc": true
}