[Add] HyphenateChat 4.4.0
[CocoaPods.git] / Specs / 0 / 9 / 8 / SwiftExt / 2.0.0 / SwiftExt.podspec.json
blob9ffc49b56f24d9d36cbb9e65af80428830f44987
2   "name": "SwiftExt",
3   "version": "2.0.0",
4   "summary": "A library extends Swift standard library",
5   "description": "                   Swift Extended Library is aiming to offer native Swift alternatives to Cocoa/CocoaTouch and missing conveniences in Swift standard library.\n",
6   "homepage": "https://github.com/WeZZard/Swift-Extended-Library",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "WeZZard": "wezzardlau@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/WeZZard/Swift-Extended-Library.git",
20     "tag": "2.0.0"
21   },
22   "ios": {
23     "source_files": [
24       "Swift-Extended-Library/**/*.swift",
25       "Swift-Extended-Library-for-iOS/**/*.swift"
26     ]
27   },
28   "osx": {
29     "source_files": [
30       "Swift-Extended-Library/**/*.swift",
31       "Swift-Extended-Library-for-OS-X/**/*.swift"
32     ]
33   }