[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 1 / 9 / d / LWF / 1.0.4 / LWF.podspec.json
blob9916a5df679bc46a10f0afc787ceffa3f4ff8294
2   "name": "LWF",
3   "version": "1.0.4",
4   "summary": "LWF (Lightweight SWF) is an open-source framework for importing Adobe Flash animations into iOS UIKit, HTML5, Cocos2d-x, Unity, and more.",
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.4"
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       "platforms": {
55         "ios": null
56       }
57     }
58   ]