[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 9 / 2 / 6 / HTHelpers / 0.0.2 / HTHelpers.podspec.json
blobbd3288633d395ac02156adc0a5f6b56183d45eed
2   "name": "HTHelpers",
3   "version": "0.0.2",
4   "summary": "Swift projects helpers",
5   "homepage": "https://github.com/richjp/HTHelpers",
6   "license": "MIT",
7   "authors": {
8     "Richard Rogers": "rrogers@hotarutech.co.jp"
9   },
10   "platforms": {
11     "ios": "8.0",
12     "osx": "10.9",
13     "tvos": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/richjp/HTHelpers.git",
17     "tag": "0.0.2"
18   },
19   "osx": {
20     "source_files": [
21       "CommonSource/macOS/Extensions/*.swift",
22       "CommonSource/Swift/Extensions/*.swift"
23     ],
24     "frameworks": [
25       "AppKit",
26       "Foundation"
27     ]
28   },
29   "ios": {
30     "source_files": [
31       "CommonSource/iOS/Extensions/*.swift",
32       "CommonSource/Swift/Extensions/*.swift"
33     ],
34     "frameworks": [
35       "UIKit",
36       "Foundation"
37     ]
38   },
39   "tvos": {
40     "source_files": [
41       "CommonSource/iOS/Extensions/*.swift",
42       "CommonSource/Swift/Extensions/*.swift"
43     ],
44     "frameworks": [
45       "UIKit",
46       "Foundation"
47     ]
48   },
49   "pushed_with_swift_version": "4.0"