[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / f / 2 / 1 / LeomaFramework / 1.0.6 / LeomaFramework.podspec.json
blobc1417ea4d7eba2878d146762586c7e92f6d2b85b
2   "name": "LeomaFramework",
3   "version": "1.0.6",
4   "summary": "Leoma Hybrid Bridge",
5   "description": "An optional longer description of LeomaFramework\n\n* Markdown format.\n* Don't worry about the indent, we strip it!",
6   "homepage": "https://github.com/humphrywang",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "humphrywang": "humphrywang@hotmail.com"
13   },
14   "source": {
15     "git": "https://github.com/humphrywang/LeomaFramework.git",
16     "tag": "1.0.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Base64",
24       "source_files": "LeomaVendor/Base64/*.{h,m}",
25       "requires_arc": false
26     },
27     {
28       "name": "JSONKit",
29       "source_files": "LeomaVendor/JSONKit/*.{h,m}",
30       "requires_arc": false
31     },
32     {
33       "name": "IdentifierAddition",
34       "source_files": "LeomaVendor/IdentifierAddition/*.{h,m}",
35       "requires_arc": false
36     },
37     {
38       "name": "InteractiveLeoma",
39       "source_files": "**/*.{h,m}",
40       "private_header_files": [
41         "LeomaCore/WebView/LeomaUIWebView.h",
42         "LeomaCore/WebView/LeomaWKWebView.h",
43         "LeomaNavigator/LeomaNavigationBarS.h",
44         "LeomaNavigator/LeomaEffectiveNavigation.h",
45         "LeomaNavigator/LeomaMaskView.h"
46       ],
47       "exclude_files": "LeomaVendor",
48       "resources": [
49         "**/*png",
50         "**/*.xib",
51         "**/*.script"
52       ],
53       "frameworks": "WebKit",
54       "dependencies": {
55         "ASIHTTPRequest": [
57         ],
58         "Reachability": [
60         ],
61         "FCUUID": [
63         ],
64         "LeomaFramework/Base64": [
66         ],
67         "LeomaFramework/JSONKit": [
69         ],
70         "LeomaFramework/IdentifierAddition": [
72         ]
73       },
74       "prefix_header_contents": [
75         "#import \"LeomaSystem.h\"",
76         "#import \"LeomaCategories.h\"",
77         "#import \"LeomaLog.h\"",
78         "#import \"LeomaUtils.h\"",
79         "#import \"LeomaDefine.h\""
80       ]
81     }
82   ]