[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / 8 / c / JIEAddtions / 0.0.9 / JIEAddtions.podspec.json
blob97369e8ff59d20ca54e7335a288a57eaf5889c9a
2   "name": "JIEAddtions",
3   "version": "0.0.9",
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.9"
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   ]