[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / f / e / 5 / F2 / 2.1.2 / F2.podspec.json
blob7812f7d80be609936b103f371234d211c46129eb
2   "name": "F2",
3   "version": "2.1.2",
4   "summary": "An elegant, interactive and flexible native charting library for mobile.",
5   "description": "F2Native is born for mobile visual development. It is out-of-the-box,cross-platform, high-performance visualization solution . Support Android and iOS perfect, moreover have high-performance experience in low-end mobile. Based on the grammar of graphics, F2Native provides all the chart types you'll need. Our mobile design guidelines enable better user experience in mobile visualzation projects.",
6   "homepage": "https://f2native.antv.vision",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "weiqingtangx": "razer751@163.com"
13   },
14   "source": {
15     "git": "https://github.com/antvis/F2Native.git",
16     "tag": "2.1.2"
17   },
18   "source_files": [
19     "ios/F2/*",
20     "core/graphics/**/*",
21     "core/ios/**/*",
22     "core/utils/**/*",
23     "core/bridge/**/*",
24     "core/nlohmann/**/*"
25   ],
26   "public_header_files": "ios/F2/*.{h}",
27   "prefix_header_file": "ios/F2/F2-prefix.pch",
28   "libraries": "c++",
29   "pod_target_xcconfig": {
30     "DEFINES_MODULE": "YES"
31   },
32   "ios": {
33     "frameworks": [
34       "Foundation",
35       "UIKit",
36       "CoreText",
37       "CoreGraphics"
38     ]
39   },
40   "platforms": {
41     "ios": "9.0"
42   },
43   "requires_arc": true