[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 4 / e / 8 / YunKits / 0.0.39 / YunKits.podspec.json
blob98294818c640bbe45cc15be6fea49d7e67b2532f
2   "name": "YunKits",
3   "version": "0.0.39",
4   "summary": "yun,s kits for iOS.",
5   "description": "yun的iOS开发的kits,objective-c版本",
6   "homepage": "https://github.com/yunWJR/YunKits",
7   "license": "MIT",
8   "authors": {
9     "yun": "wangshifu7878@sina.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/yunWJR/YunKits.git",
16     "tag": "0.0.39"
17   },
18   "source_files": [
19     "YunKits/YunKits.h",
20     "YunKits/Base/*.{h,m}",
21     "YunKits/Categories/**/*.{h,m}",
22     "YunKits/Categories/**/**/*.{h,m}",
23     "YunKits/Factory/*.{h,m}",
24     "YunKits/Macro/*.{h,m}",
25     "YunKits/Tools/*.{h,m}"
26   ],
27   "frameworks": [
28     "UIKit",
29     "Foundation"
30   ],
31   "requires_arc": true,
32   "dependencies": {
33     "AFNetworking": [
35     ],
36     "Masonry": [
38     ],
39     "SDWebImage": [
41     ]
42   }