[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / b / f / IntrepidSwiftWisdom / 0.0.15 / IntrepidSwiftWisdom.podspec.json
blob71fe49115acadf07d626bb73f76faedf6c8c6115
2   "name": "IntrepidSwiftWisdom",
3   "version": "0.0.15",
4   "summary": "A collection of extensions to the Swift Standard Library",
5   "description": "A collection of extensions to the Swift Standard Library, written by the developers of Intrepid Pursuits.",
6   "homepage": "https://github.com/IntrepidPursuits/swift-wisdom",
7   "license": "MIT",
8   "authors": {
9     "Logan Wright": "logan@intrepid.io"
10   },
11   "source": {
12     "git": "https://github.com/IntrepidPursuits/swift-wisdom.git",
13     "tag": "0.0.15"
14   },
15   "exclude_files": "tests/**/*",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "SwiftWisdom/Core/**/**/*.swift"
24     }
25   ]