[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / c / b / 5 / LTFramer / 1.0 / LTFramer.podspec.json
blobd77249a41d38018a7062f49f81e1edef0742932b
2   "name": "LTFramer",
3   "version": "1.0",
4   "summary": "LTFramer is a layout helper library to help setting frames of views using human-friendly syntax.",
5   "description": "LTFramer helps setting frames of views and layers using simple human-readable syntax.\nIt contains convenience methods to help you create absolute and relative layouts.",
6   "homepage": "https://github.com/tevelee/LTFramer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Laszlo Teveli": "tevelee@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/tevelee/LTFramer.git",
16     "tag": "1.0"
17   },
18   "header_dir": "LTFramer",
19   "module_name": "LTFramer",
20   "default_subspecs": "Core",
21   "platforms": {
22     "ios": "8.0"
23   },
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "LTFramer/Core/Common/**/*",
28       "public_header_files": "LTFramer/Core/Common/Public/**/*.h",
29       "frameworks": "Foundation",
30       "ios": {
31         "source_files": "LTFramer/Core/iOS/**/*",
32         "public_header_files": "LTFramer/Core/iOS/Public/**/*.h",
33         "frameworks": "UIKit"
34       }
35     },
36     {
37       "name": "Convenience",
38       "source_files": "LTFramer/Convenience/Common/**/*",
39       "public_header_files": "LTFramer/Convenience/Common/Public/**/*.h",
40       "ios": {
41         "source_files": "LTFramer/Convenience/iOS/**/*",
42         "public_header_files": "LTFramer/Convenience/iOS/Public/**/*.h"
43       }
44     },
45     {
46       "name": "Stack",
47       "dependencies": {
48         "LTFramer/Core": [
50         ]
51       },
52       "source_files": "LTFramer/Stack/Common/**/*",
53       "public_header_files": "LTFramer/Stack/Common/Public/**/*.h",
54       "ios": {
55         "source_files": "LTFramer/Stack/iOS/**/*",
56         "public_header_files": "LTFramer/Stack/iOS/Public/**/*.h"
57       }
58     }
59   ]