[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / 8 / 5 / 4 / PLForm / 0.1.2 / PLForm.podspec.json
blob8441a1f2e511560531b34ddd13a3eb2eabf4ca41
2   "name": "PLForm",
3   "version": "0.1.2",
4   "summary": "A simple form solution for iOS with validation",
5   "homepage": "https://github.com/PitchLabsAsh/PLForm",
6   "license": "MIT",
7   "authors": {
8     "Ash Thwaites": "ash@trypitch.com"
9   },
10   "source": {
11     "git": "https://github.com/PitchLabsAsh/PLForm.git",
12     "tag": "0.1.2"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "PLForm": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "dependencies": {
25     "PureLayout": [
27     ]
28   }