[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / e / a / 2 / JSFKit / 1.0.12 / JSFKit.podspec.json
blob666e4f5e0a861f6821a4b9ebb3456b1020856fbe
2   "name": "JSFKit",
3   "version": "1.0.12",
4   "summary": "JSFKit is a swift JSON parser implementation of the RSS data reader",
5   "homepage": "https://github.com/adozenlines/JSFKit",
6   "license": "MIT",
7   "authors": {
8     "Sean Batson": "seanbatson@msn.com"
9   },
10   "source": {
11     "git": "https://github.com/adozenlines/JSFKit.git",
12     "tag": "1.0.12"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.12",
18     "watchos": "3.0",
19     "tvos": "10.0"
20   },
21   "default_subspecs": "Core",
22   "swift_versions": "5.0",
23   "cocoapods_version": ">= 1.4.0",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "Sources/JSFKit",
29         "Sources/JSFKit/Extensions",
30         "Sources/JSFKit/IO",
31         "Sources/JSFKit/Models",
32         "Sources/JSFKit/Types"
33       ],
34       "frameworks": "Foundation"
35     }
36   ],
37   "swift_version": "5.0"