[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 9 / 7 / LNMasonryCategory / 0.1.0 / LNMasonryCategory.podspec.json
blobfa47ce5cda045c2be93f3d727fb6711181daae0c
2   "name": "LNMasonryCategory",
3   "version": "0.1.0",
4   "summary": "A category of Masonry to activate/deactive constraints",
5   "description": "A category of Masonry to activate/deactive constraints",
6   "homepage": "https://github.com/TorchLennon/LNMasonryCategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lennon": "ning.lennon@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/TorchLennon/LNMasonryCategory.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "LNMasonryCategory/Classes/**/*",
22   "requires_arc": true,
23   "dependencies": {
24     "Masonry": [
26     ]
27   }