blob: 32fa4c56a26ded8b131f797d03862fd77f82a83a [file] [log] [blame]
{
"name": "TextSecureKit",
"version": "0.0.4",
"summary": "An Objective-C library for communicating via TextSecure.",
"description": "TextSecureKit is a library for the TextSecure protocol for iOS & OS X",
"homepage": "https://github.com/WhisperSystems/TextSecureKit",
"license": "GPLv3",
"authors": {
"Frederic Jacobs": "github@fredericjacobs.com"
},
"source": {
"git": "https://github.com/WhisperSystems/TextSecureKit.git",
"tag": "0.0.4"
},
"social_media_url": "https://twitter.com/FredericJacobs",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "src/**/*.{h,m,mm}",
"resources": "src/Security/PinningCertificate/textsecure.cer",
"prefix_header_file": "src/TSPrefix.h",
"xcconfig": {
"OTHER_CFLAGS": "$(inherited) -DSQLITE_HAS_CODEC"
},
"dependencies": {
"25519": [
],
"CocoaLumberjack": [
],
"AFNetworking": [
],
"AxolotlKit": [
],
"Mantle": [
],
"YapDatabase/SQLCipher": [
],
"SocketRocket-PinningPolicy": [
],
"libPhoneNumber-iOS": [
],
"SSKeychain": [
],
"TwistedOakCollapsingFutures": [
]
}
}