[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / 8 / 4 / ZenLayout / 0.2.3 / ZenLayout.podspec.json
blob9b26cf164c57bffad944d18cf74f68271c4315c1
2   "name": "ZenLayout",
3   "version": "0.2.3",
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.3"
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   }