[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / 6 / PinAuto / 1.0.0 / PinAuto.podspec.json
blob34bf7d5b26ccafb28b0dd61836c1d84d2400b8e2
2   "name": "PinAuto",
3   "version": "1.0.0",
4   "summary": "PinAuto 为在 iOS 开发中使用 AutoLayout 提供了方便的写法.",
5   "description": "PinAuto 根据主要的使用场景,极大的简化了, AutoLayout 中约束的创建. 同时也保留了 AutoLayout的强大的灵活性",
6   "homepage": "https://github.com/banxi1988/PinAuto",
7   "license": "MIT",
8   "authors": {
9     "banxi1988": "banxi1988@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/banxi1988/PinAuto.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "PinAuto": [
22       "Pod/Assets/*.png"
23     ]
24   }