[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / 8 / 4 / ZenLayout / 0.2.0 / ZenLayout.podspec.json
blobcaf7bc21dd9d1d22b843fbf1663b4e214035f0dd
2   "name": "ZenLayout",
3   "version": "0.2.0",
4   "summary": "An extension for UIView that makes working with Auto Layout easy.",
5   "homepage": "https://github.com/aethe/ZenLayout",
6   "license": "MIT",
7   "authors": {
8     "Andrey Ufimtsev": "andrew.aethe@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/aethe/ZenLayout.git",
12     "tag": "0.2.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "ZenLayout": [
21       "Pod/Assets/*.png"
22     ]
23   }