[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / 8 / c / JIEAddtions / 0.0.10 / JIEAddtions.podspec.json
blobdb73ce3c6ee63d83c35dfbb75fc321b496fc8a12
2   "name": "JIEAddtions",
3   "version": "0.0.10",
4   "summary": "Some Category for iOS",
5   "description": "Some Category for iOS Desc",
6   "homepage": "https://github.com/PomTTcat/JIEAddtions",
7   "license": "MIT",
8   "authors": {
9     "studentBGY": "craftsmanb6@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/PomTTcat/JIEAddtions.git",
16     "tag": "0.0.10"
17   },
18   "exclude_files": "cocoDemo",
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "subspecs": [
24     {
25       "name": "JEAddtions",
26       "source_files": "JEMainFile/UI*.{h,m}"
27     },
28     {
29       "name": "JEModel",
30       "source_files": "JEMainFile/JE*.{h,m}"
31     },
32     {
33       "name": "JEGlobal",
34       "source_files": "JEMainFile/JEGlobal.{h,m}"
35     },
36     {
37       "name": "JEHelper",
38       "source_files": "JEMainFile/helper/*.{h,m}"
39     }
40   ]