[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / a / 1 / 0 / AutoLayoutCells / 0.7.0 / AutoLayoutCells.podspec.json
blob0535d05386b2c2aa2e11039831200ae3e1c7ec76
2   "name": "AutoLayoutCells",
3   "platforms": {
4     "ios": "7.0"
5   },
6   "version": "0.7.0",
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.7.0"
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       "source_files": "AutoLayoutCells/SharedCategories/*{h,m}"
31     },
32     {
33       "name": "TableViewCells",
34       "dependencies": {
35         "AutoLayoutCells/SharedCategories": [
37         ],
38         "ALLabel": [
39           "~> 2.0"
40         ],
41         "AutoLayoutTextViews": [
42           "~> 1.1"
43         ]
44       },
45       "resource_bundles": {
46         "ALTableViewCellsBundle": [
47           "AutoLayoutCells/TableViewCells/ResourcesBundle/*"
48         ]
49       },
50       "source_files": "AutoLayoutCells/TableViewCells/*.{h,m}"
51     }
52   ]