blob: ac9fa1a75ef4e76385be13579b11d0fa31c94870 [file] [log] [blame]
{
"name": "Weaver",
"version": "0.1",
"summary": "Remote debugging for Texture apps using Chrome DevTools.",
"homepage": "https://github.com/TextureGroup/Weaver",
"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",
"authors": {
"Huy Nguyen": "huy@pinterest.com",
"Garrett Moon": "garrett@excitedpixel.com",
"Michael Schneider": "schneider@pinterest.com",
"Adlai Holler": "adlai@pinterest.com",
"Square": "https://squareup.com/"
},
"source": {
"git": "https://github.com/TextureGroup/Weaver.git",
"tag": "0.1"
},
"license": "Apache License, Version 2.0",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"source_files": "ObjC/{DerivedSources,PonyDebugger,Weaver}/**/*.{h,m,mm}",
"dependencies": {
"Texture/Core": [
"2.3.4"
],
"SocketRocket": [
"0.5.1"
]
},
"xcconfig": {
"ENABLE_NS_ASSERTIONS": "YES"
}
}