[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / 4 / 1 / 0 / Weaver / 0.1 / Weaver.podspec.json
blobac9fa1a75ef4e76385be13579b11d0fa31c94870
2   "name": "Weaver",
3   "version": "0.1",
4   "summary": "Remote debugging for Texture apps using Chrome DevTools.",
5   "homepage": "https://github.com/TextureGroup/Weaver",
6   "description": "Weaver is a remote debugging toolset. It is a client library and gateway server combination that uses Chrome DevTools on your browser to debug applications that use Texture framework",
7   "authors": {
8     "Huy Nguyen": "huy@pinterest.com",
9     "Garrett Moon": "garrett@excitedpixel.com",
10     "Michael Schneider": "schneider@pinterest.com",
11     "Adlai Holler": "adlai@pinterest.com",
12     "Square": "https://squareup.com/"
13   },
14   "source": {
15     "git": "https://github.com/TextureGroup/Weaver.git",
16     "tag": "0.1"
17   },
18   "license": "Apache License, Version 2.0",
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0"
22   },
23   "source_files": "ObjC/{DerivedSources,PonyDebugger,Weaver}/**/*.{h,m,mm}",
24   "dependencies": {
25     "Texture/Core": [
26       "2.3.4"
27     ],
28     "SocketRocket": [
29       "0.5.1"
30     ]
31   },
32   "xcconfig": {
33     "ENABLE_NS_ASSERTIONS": "YES"
34   }