[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 7 / a / 2 / YCEntity / 0.0.1 / YCEntity.podspec.json
blob8d684d6a2e4cf5cc76a9613f93a806aee1a2b34f
2   "name": "YCEntity",
3   "version": "0.0.1",
4   "summary": "YCEntity 业务模型",
5   "description": "工程中使用到的所有业务model",
6   "homepage": "https://gitee.com/beyonehan/YCEntity.git",
7   "license": "MIT",
8   "authors": {
9     "beyonehan": "549983384@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://gitee.com/beyonehan/YCEntity.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "Classes",
20     "YCEntity/Source/**/*.{h,m}"
21   ],
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "CoreFoundation"
26   ],
27   "requires_arc": true,
28   "dependencies": {
29     "Mantle": [
31     ],
32     "YCNetworkConstants": [
34     ],
35     "SDWebImage": [
37     ],
38     "ISWCategory": [
40     ]
41   }