[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / a / 0 / OCResult / 0.1.0 / OCResult.podspec.json
blob43e56e5c7a2b2d9fa62b88d8b81d5d392ed822f8
2   "name": "OCResult",
3   "version": "0.1.0",
4   "summary": "Objective-C 'Result' type port from Swift.",
5   "homepage": "https://github.com/battlmonstr/objc-result",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.txt"
9   },
10   "authors": "battlmonstr",
11   "social_media_url": "https://twitter.com/battlmonstr",
12   "source": {
13     "git": "https://github.com/battlmonstr/objc-result.git",
14     "tag": "0.1.0"
15   },
16   "default_subspecs": "ObjC",
17   "platforms": {
18     "ios": "8.0",
19     "osx": "10.7"
20   },
21   "swift_versions": [
22     "4.0",
23     "4.2",
24     "5.0"
25   ],
26   "subspecs": [
27     {
28       "name": "ObjC",
29       "source_files": "OCResult/*.{h,m}",
30       "exclude_files": "OCResult/OCResult-Bridging-Header.h",
31       "requires_arc": true
32     },
33     {
34       "name": "Swift",
35       "dependencies": {
36         "OCResult/ObjC": [
38         ]
39       },
40       "source_files": "OCResult/*.swift",
41       "platforms": {
42         "ios": "9.0",
43         "osx": "10.9"
44       }
45     }
46   ],
47   "swift_version": "5.0"