[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / e / TBSwiftExtensions / 0.1.0 / TBSwiftExtensions.podspec.json
blob78aeda58385c8a6bbe1d1329fb8f9a85f850dfab
2   "name": "TBSwiftExtensions",
3   "version": "0.1.0",
4   "summary": "Swift extensions / helpers used in most of the projects",
5   "description": "Swift extensions / helpers used in most of the projects, support iOS, OSX and tvOS",
6   "homepage": "https://github.com/tbaranes/TBSwiftExtensions",
7   "license": "MIT",
8   "authors": {
9     "Tom Baranes": "tom.baranes@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/tbaranes/TBSwiftExtensions.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "tvos": "9.0",
17     "osx": "10.10"
18   },
19   "requires_arc": true,
20   "source_files": "TBSwiftExtensions/*.swift",
21   "ios": {
22     "source_files": "TBSwiftExtensions/ios/*.swift"
23   },
24   "osx": {
25     "source_files": "TBSwiftExtensions/osx/*.swift"
26   }