[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / a / 1 / 0 / AutoLayoutCells / 0.11.0-beta4 / AutoLayoutCells.podspec.json
blob8ddef44dabcd91f1da836f1a7c7f375c4cbaf0da
2   "name": "AutoLayoutCells",
3   "platforms": {
4     "ios": "7.0"
5   },
6   "version": "0.11.0-beta4",
7   "summary": "AutoLayoutCells makes working with dynamic table view cells easy.",
8   "homepage": "https://github.com/JRG-Developer/AutoLayoutCells",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Joshua Greene": "jrg.developer@gmail.com"
15   },
16   "source": {
17     "git": "https://github.com/JRG-Developer/AutoLayoutCells.git",
18     "tag": "0.11.0-beta4"
19   },
20   "requires_arc": true,
21   "frameworks": "UIKit",
22   "subspecs": [
23     {
24       "name": "SharedCategories",
25       "dependencies": {
26         "UIImageView+ALActivityIndicatorView": [
27           "~> 1.0"
28         ]
29       },
30       "xcconfig": {
31         "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/UIImageView+ALActivityIndicatorView"
32       },
33       "source_files": "AutoLayoutCells/SharedCategories/*{h,m}"
34     },
35     {
36       "name": "TableViewCells",
37       "dependencies": {
38         "AutoLayoutCells/SharedCategories": [
40         ],
41         "ALLabel": [
42           "~> 2.0"
43         ],
44         "AutoLayoutTextViews": [
45           "~> 1.1"
46         ]
47       },
48       "resource_bundles": {
49         "ALTableViewCellsBundle": [
50           "AutoLayoutCells/TableViewCells/ResourcesBundle/*"
51         ]
52       },
53       "source_files": "AutoLayoutCells/TableViewCells/*.{h,m}"
54     }
55   ]