[Add] TMNewsInformationSDK 1.2.70
[CocoaPods.git] / Specs / 4 / a / 2 / FPKit / 1.0.0 / FPKit.podspec.json
blob7dad548c6c343617fd748ea79b6149ce1812a8bc
2   "name": "FPKit",
3   "version": "1.0.0",
4   "summary": "FPKit is a util framework.",
5   "description": "FPKit is a util framework for normal use.",
6   "homepage": "https://github.com/HiMelody/FPKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "FPLiang": "liang.soul@gmail.com"
13   },
14   "platforms": {
15     "ios": "12.0"
16   },
17   "source": {
18     "git": "https://github.com/HiMelody/FPKit.git",
19     "tag": "1.0.0"
20   },
21   "user_target_xcconfig": {
22     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
23   },
24   "pod_target_xcconfig": {
25     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
26   },
27   "public_header_files": "FPKit.framework/Headers/**/*.h",
28   "source_files": "FPKit.framework/Headers/**/*.h",
29   "preserve_paths": "*.framework",
30   "vendored_frameworks": "FPKit.framework",
31   "dependencies": {
32     "AFNetworking": [
33       "~> 4.0.1"
34     ]
35   }