[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / 9 / d / LWF / 1.0.0 / LWF.podspec.json
blob50917135606401b05dd51dd6de69e7ad896ca420
2   "name": "LWF",
3   "version": "1.0.0",
4   "summary": "Lightweight SWF",
5   "description": "                   LWF is an animation engine which can play animation data converted from FLASH contents in HTML5, Unity, Cocos2d-x, iOS UIKit, and more. LWF is designed to make game development easy and fun.\n",
6   "homepage": "http://gree.github.io/lwf/",
7   "screenshots": [
8     "http://gree.github.io/lwf/images/LWF-logo.png",
9     "http://forum.unity3d.com/attachment.php?attachmentid=40904&d=1353390787"
10   ],
11   "license": {
12     "type": "zlib",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Kazuki Sakamoto": "sakamoto@splhack.org"
17   },
18   "source": {
19     "git": "https://github.com/gree/lwf.git",
20     "tag": "1.0.0"
21   },
22   "platforms": {
23     "ios": "5.0",
24     "osx": "10.7"
25   },
26   "default_subspecs": [
27     "Core"
28   ],
29   "xcconfig": {
30     "CLANG_CXX_LANGUAGE_STANDARD": "c++0x",
31     "CLANG_CXX_LIBRARY": "libc++"
32   },
33   "libraries": "c++",
34   "requires_arc": false,
35   "subspecs": [
36     {
37       "name": "Core",
38       "source_files": [
39         "cplusplus/core/*.{cpp,h}",
40         "cplusplus/supports/lzma/*.{c,h}"
41       ],
42       "public_header_files": "cplusplus/core/*.h"
43     },
44     {
45       "name": "UIKit",
46       "dependencies": {
47         "LWF/Core": [
49         ]
50       },
51       "source_files": "cplusplus/uikit/*.{m,mm,h}",
52       "public_header_files": "cplusplus/uikit/*.h",
53       "requires_arc": true
54     },
55     {
56       "name": "Cocos2d-x",
57       "dependencies": {
58         "LWF/Core": [
60         ]
61       },
62       "source_files": "cplusplus/cocos2dx/*.{cpp,h}",
63       "public_header_files": "cplusplus/cocos2dx/*.h"
64     },
65     {
66       "name": "Lua",
67       "dependencies": {
68         "LWF/Core": [
70         ]
71       },
72       "source_files": [
73         "cplusplus/binding/lua/*.{cpp,h}",
74         "cplusplus/supports/luna-gen/*.{cpp,h}"
75       ],
76       "xcconfig": {
77         "GCC_PREPROCESSOR_DEFINITIONS": "LWF_USE_LUA"
78       }
79     }
80   ]