[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / e / 5 / F2 / 2.0.14 / F2.podspec.json
blob81b7e754c5a25b2403b9fec93223671d30ebf591
2   "name": "F2",
3   "version": "2.0.14",
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.0.14"
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   "ios": {
30     "frameworks": [
31       "Foundation",
32       "UIKit",
33       "CoreText",
34       "CoreGraphics"
35     ]
36   },
37   "platforms": {
38     "ios": "9.0"
39   },
40   "requires_arc": true