[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 2 / 4 / 3 / SwiftValidate / 1.0.0 / SwiftValidate.podspec.json
blob6576fde25c50fc11bd44d708db7385778e60b64d
2   "name": "SwiftValidate",
3   "version": "1.0.0",
4   "summary": "A highly customizable validation library for swift",
5   "homepage": "http://github.com/dtop/SwiftValidate",
6   "license": "MIT",
7   "authors": {
8     "Danilo Topalovic": "danilo.topalovic@nerdsee.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "ios": {
14     "frameworks": [
15       "UIKit",
16       "Foundation"
17     ]
18   },
19   "source": {
20     "git": "https://github.com/dtop/SwiftValidate.git",
21     "tag": "1.0.0"
22   },
23   "source_files": [
24     "validate/*.swift",
25     "validate/**/*.swift"
26   ]