[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 8 / 4 / TextileCore / 0.1.14 / TextileCore.podspec.json
blob7160ba7c37f7f9947785479d59a176d53609087f
2   "name": "TextileCore",
3   "version": "0.1.14",
4   "summary": "Encrypted, recoverable, schema-based, cross-application data storage built on IPFS and LibP2P",
5   "description": "Objective C framework and Protobuf files generated from go-textile. You should\nnot usually use this pod directly, but instead use the Textile pod.",
6   "homepage": "https://github.com/textileio/go-textile",
7   "license": "MIT",
8   "authors": {
9     "textile.io": "contact@textile.io"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "http": "https://github.com/textileio/go-textile/releases/download/v0.1.14/go-textile_v0.1.14_ios-framework.tar.gz"
16   },
17   "source_files": "protos",
18   "vendored_frameworks": "Mobile.framework",
19   "requires_arc": false,
20   "dependencies": {
21     "Protobuf": [
22       "~> 3.7"
23     ]
24   },
25   "pod_target_xcconfig": {
26     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
27     "OTHER_LDFLAGS[arch=i386]": "-Wl,-read_only_relocs,suppress"
28   }