[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 3 / 4 / 7 / LYTSDK / 2.0.12 / LYTSDK.podspec.json
blob8fcec9b18db819d22a4fc76b9b0955192b463c8d
2   "name": "LYTSDK",
3   "version": "2.0.12",
4   "summary": "an iOS communication SDK",
5   "description": "an iOS communication SDK create by HHLY ,you need go to the HHLY registing you app first",
6   "homepage": "https://www.71ant.com",
7   "license": "MIT",
8   "authors": {
9     "71sino": "dev@71sino.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/71sino/LYTSDK.git",
16     "tag": "2.0.12"
17   },
18   "requires_arc": true,
19   "exclude_files": "Classes/*.md",
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "LYTFoundation",
24       "frameworks": "Foundation",
25       "source_files": "Classes/LYTFoundation/**/*.{h,a}",
26       "vendored_libraries": "Classes/LYTFoundation/*.a",
27       "public_header_files": "Classes/LYTFoundation/**/*.h"
28     },
29     {
30       "name": "LYTCommonLib",
31       "frameworks": "Foundation",
32       "source_files": "Classes/LYTCommonLib/**/*.{h,a}",
33       "vendored_libraries": "Classes/LYTCommonLib/*.a",
34       "public_header_files": "Classes/LYTCommonLib/**/*.h"
35     },
36     {
37       "name": "Core",
38       "frameworks": [
39         "UIKit",
40         "CoreTelephony",
41         "UserNotifications"
42       ],
43       "libraries": [
44         "z",
45         "xml2",
46         "sqlite3.0"
47       ],
48       "dependencies": {
49         "LYTSDK/LYTFoundation": [
51         ],
52         "LYTSDK/LYTCommonLib": [
54         ]
55       },
56       "source_files": [
57         "Classes/LYTCore/*.h",
58         "FrameworkTest/LYTCore/*.a",
59         "Classes/LYTCore/ReadMe.md"
60       ],
61       "vendored_libraries": "Classes/LYTCore/*.a",
62       "public_header_files": "Classes/LYTCore/*.h"
63     }
64   ]