[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / 5 / d / 2 / YJKit / 0.1.26 / YJKit.podspec.json
blob32f42488535f17414647b600cb6d7f7a9ca4d8c5
2   "name": "YJKit",
3   "version": "0.1.26",
4   "license": "MIT",
5   "summary": "YJKit is a simple wrapper for iOS library.",
6   "homepage": "https://github.com/huang-kun/YJKit",
7   "authors": {
8     "huang-kun": "jack-huang-developer@foxmail.com"
9   },
10   "source": {
11     "git": "https://github.com/huang-kun/YJKit.git",
12     "tag": "0.1.26"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "requires_arc": true,
18   "source_files": "YJKit/**/*",
19   "public_header_files": "YJKit/YJKit.h",
20   "frameworks": [
21     "UIKit",
22     "Foundation",
23     "CoreGraphics",
24     "AVFoundation"
25   ],
26   "cocoapods_version": ">= 0.36",
27   "prefix_header_contents": "#ifndef TARGET_OS_IOS\n    #define TARGET_OS_IOS TARGET_OS_IPHONE\n#endif\n#ifndef TARGET_OS_WATCH\n    #define TARGET_OS_WATCH 0\n#endif\n#ifndef TARGET_OS_TV\n    #define TARGET_OS_TV 0\n#endif"