blob: 98dbc4472750b586f482525feb1d1d62d9886ce1 [file] [log] [blame]
{
"name": "TapReason",
"version": "1.0.0-beta1",
"summary": "PLEASE FILL SHORT DESCRIPTION",
"description": "PLEASE FILL LONG DESCRIPTION - must be longer than the summary",
"homepage": "https://bitbucket.org/tapreason/tapreasonframework-cocoapods",
"license": "MIT",
"authors": {
"TapReason": "http://www.tapreason.com"
},
"source": {
"git": "https://bitbucket.org/tapreason/tapreasonframework-cocoapods",
"branch": "pod_init"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"resources": "Pod/TapReason.bundle",
"vendored_frameworks": "Pod/TapReason.framework",
"xcconfig": {
"OTHER_LDFLAGS": "-all_load -lc++ -ObjC"
},
"preserve_paths": "Pod/TapReason.*",
"frameworks": [
"UIKit",
"QuartzCore",
"SystemConfiguration",
"MobileCoreServices",
"CoreTelephony",
"Social",
"MessageUI"
],
"libraries": [
"sqlite3",
"z"
]
}