[Add] MappedIn 5.5.0
[CocoaPods.git] / Specs / 0 / d / 4 / SwiftValidator / 3.0.1 / SwiftValidator.podspec.json
blob716d452833b023e958e4fc0bf5af593a0ea92b2e
2   "name": "SwiftValidator",
3   "version": "3.0.1",
4   "summary": "A UITextField Validation library for Swift",
5   "homepage": "https://github.com/jpotts18/SwiftValidator",
6   "screenshots": "https://raw.githubusercontent.com/jpotts18/SwiftValidator/master/swift-validator-v2.gif",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Jeff Potter": "jeff.potter6@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/jpotts18",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/jpotts18/SwiftValidator.git",
20     "tag": "3.0.1"
21   },
22   "source_files": "Validator/*.swift",
23   "exclude_files": "Validator/AppDelegate.swift",
24   "frameworks": [
25     "Foundation",
26     "UIKit"
27   ],
28   "requires_arc": true