[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / e / d / 7 / NotionClient / 0.0.1 / NotionClient.podspec.json
blob33a80cfefe0d6e91d624ba7f29460a1f907261da
2   "name": "NotionClient",
3   "version": "0.0.1",
4   "homepage": "https://github.com/DavidDeBels/NotionClient",
5   "summary": "Unofficial Notion API SDK for iOS & macOS.",
6   "license": "MIT",
7   "authors": {
8     "David De Bels": "david.de.bels@gmail.com"
9   },
10   "platforms": {
11     "ios": "11.0"
12   },
13   "source": {
14     "git": "https://github.com/DavidDeBels/NotionClient.git",
15     "tag": "0.0.1"
16   },
17   "requires_arc": true,
18   "source_files": [
19     "Source/*.{h,m}",
20     "Source/Classes/*.{h,m}",
21     "Source/Classes/Objects/*.{h,m}",
22     "Source/Classes/Properties/*.{h,m}",
23     "Source/Classes/RichText/*.{h,m}",
24     "Source/Classes/Misc/*.{h,m}",
25     "Source/Categories/*.{h,m}"
26   ],
27   "public_header_files": [
28     "Source/*.h",
29     "Source/Classes/*.h",
30     "Source/Classes/Objects/*.h",
31     "Source/Classes/Properties/*.h",
32     "Source/Classes/RichText/*.h",
33     "Source/Classes/Misc/*.h",
34     "Source/Categories/*.h"
35   ],
36   "private_header_files": [
38   ],
39   "frameworks": [
40     "Foundation"
41   ]