[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 0 / 3 / 8 / OTRKit / 1.0.0 / OTRKit.podspec.json
bloba84d35d5ddb002018285b8ae4f317dff792e0ab5
2   "name": "OTRKit",
3   "version": "1.0.0",
4   "summary": "OTRKit is an Objective-C wrapper around libotr.",
5   "authors": "Chris Ballinger <chris@chatsecure.org>",
6   "homepage": "https://chatsecure.org",
7   "license": "LGPLv2.1+ & MPL 2.0",
8   "source": {
9     "git": "https://github.com/ChatSecure/OTRKit.git",
10     "tag": "1.0.0"
11   },
12   "prepare_command": "    bash ./scripts/build-all.sh\n",
13   "platforms": {
14     "ios": "7.0"
15   },
16   "source_files": [
17     "OTRKit/*.{h,m}",
18     "OTRKitDependencies/include/**/*.h"
19   ],
20   "header_mappings_dir": "OTRKitDependencies/include",
21   "preserve_paths": [
22     "OTRKitDependencies/libs/*",
23     "OTRKitDependencies/include/**/*.h"
24   ],
25   "vendored_libraries": "OTRKitDependencies/lib/*.a",
26   "libraries": [
27     "gpg-error",
28     "gcrypt",
29     "otr"
30   ],
31   "requires_arc": true