[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 1 / 2 / YoFoundation / 0.1.0 / YoFoundation.podspec.json
blob87da4f286c952d6a25d40657262d97a088d83f03
2   "name": "YoFoundation",
3   "version": "0.1.0",
4   "summary": "Yo Foundation of swift",
5   "description": "Foundation扩展",
6   "homepage": "https://github.com/YoSwiftKing/YoFoundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yo": "738816656@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/YoSwiftKing/YoFoundation.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "YoString+Normal",
22   "subspecs": [
23     {
24       "name": "YoString+Email",
25       "source_files": "YoFoundation/Classes/YoString/YoString+Email/**/*"
26     },
27     {
28       "name": "YoString+Size",
29       "source_files": "YoFoundation/Classes/YoString/YoString+Size/**/*"
30     },
31     {
32       "name": "YoString+ViewCtl",
33       "source_files": "YoFoundation/Classes/YoString/YoString+ViewCtl/**/*"
34     },
35     {
36       "name": "YoString+Normal",
37       "source_files": "YoFoundation/Classes/YoString/YoString+Normal/**/*"
38     }
39   ]