[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / b / f / ObjectiveDDP / 0.1.2 / ObjectiveDDP.podspec.json
blob476d31a94ba87ade237b18215b9ea9611b02c766
2   "name": "ObjectiveDDP",
3   "platforms": {
4     "ios": "6.0"
5   },
6   "version": "0.1.2",
7   "license": "MIT",
8   "summary": "Facilitates communication between iOS clients and meteor.js servers",
9   "homepage": "https://github.com/boundsj/ObjectiveDDP.git",
10   "authors": "Jesse Bounds",
11   "source": {
12     "git": "https://github.com/boundsj/ObjectiveDDP.git",
13     "tag": "v0.1.2"
14   },
15   "source_files": [
16     "ObjectiveDDP/*.{h,m,c}",
17     "ObjectiveDDP/openssl/*.{h}",
18     "ObjectiveDDP/srp/*.{h,m,c}"
19   ],
20   "resources": "ObjectiveDDP/libcrypto.a",
21   "xcconfig": {
22     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/ObjectiveDDP/ObjectiveDDP/**",
23     "OTHER_LDFLAGS": "-lcrypto"
24   },
25   "libraries": "crypto",
26   "requires_arc": true,
27   "dependencies": {
28     "SocketRocket": [
29       "0.3.1-beta2"
30     ]
31   }