[Add] RadarSDKMotion 3.19.7-beta.1
[CocoaPods.git] / Specs / a / 6 / 3 / TextSecureKit / 0.0.4 / TextSecureKit.podspec.json
blob32fa4c56a26ded8b131f797d03862fd77f82a83a
2   "name": "TextSecureKit",
3   "version": "0.0.4",
4   "summary": "An Objective-C library for communicating via TextSecure.",
5   "description": "TextSecureKit is a library for the TextSecure protocol for iOS & OS X",
6   "homepage": "https://github.com/WhisperSystems/TextSecureKit",
7   "license": "GPLv3",
8   "authors": {
9     "Frederic Jacobs": "github@fredericjacobs.com"
10   },
11   "source": {
12     "git": "https://github.com/WhisperSystems/TextSecureKit.git",
13     "tag": "0.0.4"
14   },
15   "social_media_url": "https://twitter.com/FredericJacobs",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "src/**/*.{h,m,mm}",
21   "resources": "src/Security/PinningCertificate/textsecure.cer",
22   "prefix_header_file": "src/TSPrefix.h",
23   "xcconfig": {
24     "OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC"
25   },
26   "dependencies": {
27     "25519": [
29     ],
30     "CocoaLumberjack": [
32     ],
33     "AFNetworking": [
35     ],
36     "AxolotlKit": [
38     ],
39     "Mantle": [
41     ],
42     "YapDatabase/SQLCipher": [
44     ],
45     "SocketRocket-PinningPolicy": [
47     ],
48     "libPhoneNumber-iOS": [
50     ],
51     "SSKeychain": [
53     ],
54     "TwistedOakCollapsingFutures": [
56     ]
57   }