[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 1 / b / TextExpander / 2.1 / TextExpander.podspec.json
bloba25de7f09cabbda119c2f677667e98adcc4ef5a0
2   "name": "TextExpander",
3   "version": "2.1",
4   "license": {
5     "type": "Commercial",
6     "text": "http://smilesoftware.com/sdk"
7   },
8   "summary": "Add TextExpander touch functionality to your iOS app!",
9   "description": "The TextExpander SDK lets you add TextExpander functionality to your\niOS apps.  TextExpander is an app that allows you to define shortcut\n\"snippets\" that automatically expand into any arbitrary length of text\nwhen typed.\n\n* Note for TextExpander 2.1+ *\n\nTextExpander 2.1+ now uses the iOS Reminders database to pass\nsnippets to your apps.  Therefore users will see an alert asking\nto allow your app to access Reminders.  You should consider adding a\nprivacy purpose string to your Info.plist explaining this to\nyour users.\n",
10   "homepage": "http://smilesoftware.com/sdk",
11   "authors": {
12     "SmileOnMyMac": "textexpander-touch@smilesoftware.com"
13   },
14   "source": {
15     "git": "https://github.com/SmileSoftware/TextExpanderTouchSDK.git",
16     "tag": "2.1"
17   },
18   "platforms": {
19     "ios": "5.1"
20   },
21   "source_files": "TextExpander.framework/Versions/A/Headers/*.h",
22   "frameworks": [
23     "AudioToolbox",
24     "EventKit"
25   ],
26   "preserve_paths": "TextExpander.framework",
27   "xcconfig": {
28     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/TextExpander",
29     "OTHER_LDFLAGS": "-framework TextExpander"
30   },
31   "requires_arc": false