[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 0 / f / d / SwiftSpec / 0.0.1 / SwiftSpec.podspec.json
blobd9889f10455f2e03745968f9fbc4e274036d83f8
2   "name": "SwiftSpec",
3   "version": "0.0.1",
4   "summary": "Specification pattern in swift.",
5   "description": "SwiftSpec was written to make implementing the specification pattern easier. Provides convenient specifications for numbers, strings, etc.",
6   "homepage": "https://github.com/JustinGuedes/SwiftSpec",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "JustinGuedes": "justin.guedes@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/JustinGuedes/SwiftSpec.git",
16     "tag": "0.0.1"
17   },
18   "social_media_url": "https://twitter.com/JustinJGuedes",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "All",
23   "pushed_with_swift_version": "3.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "SwiftSpec/Classes/Core/**/*"
28     },
29     {
30       "name": "All",
31       "source_files": "SwiftSpec/Classes/**/*"
32     }
33   ]