[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 8 / e / 0 / LinearLayoutForIOS / 0.1.0 / LinearLayoutForIOS.podspec.json
blob5002aeef81a1fea87a41193d50b9216e39a3f581
2   "name": "LinearLayoutForIOS",
3   "version": "0.1.0",
4   "summary": "A horizontal and vertical linear layout to which you can add members at positions, set their sizes, and remove them.",
5   "description": "                       The layouts manage their members using auto layout constraints automatically. Don't give the members that you insert\n                        into the layout any other constraints, they would not work.\n",
6   "homepage": "https://bitbucket.org/dplisek/linearlayoutforios",
7   "license": "MIT",
8   "authors": {
9     "Dominik Plíšek": "dominik.plisek@plech.org"
10   },
11   "source": {
12     "git": "https://bitbucket.org/dplisek/linearlayoutforios.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "LinearLayoutForIOS": [
22       "Pod/Assets/*.png"
23     ]
24   }