[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / a / 1 / 0 / AutoLayoutCells / 0.2.0 / AutoLayoutCells.podspec.json
blobb980cbdc32433866ea493b6dc6b56f9279814832
2   "name": "AutoLayoutCells",
3   "platforms": {
4     "ios": "7.0"
5   },
6   "version": "0.2.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.2.0"
19   },
20   "requires_arc": true,
21   "frameworks": "UIKit",
22   "subspecs": [
23     {
24       "name": "SharedCategories",
25       "source_files": "AutoLayoutCells/SharedCategories/*{h,m}"
26     },
27     {
28       "name": "TableViewCells",
29       "dependencies": {
30         "AutoLayoutCells/SharedCategories": [
32         ],
33         "ALLabel": [
34           "~> 1.0"
35         ],
36         "AutoLayoutTextViews": [
37           "~> 1.0"
38         ]
39       },
40       "resource_bundles": {
41         "ALTableViewCellsBundle": [
42           "AutoLayoutCells/TableViewCells/ResourcesBundle/*"
43         ]
44       },
45       "source_files": "AutoLayoutCells/TableViewCells/*.{h,m}"
46     }
47   ]