[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 9 / c / LSRFramework / 1.1.3 / LSRFramework.podspec.json
blob4c8be5de0c96b919f63f961b31488cffe5b58f55
2   "name": "LSRFramework",
3   "version": "1.1.3",
4   "summary": "UI Framework for LSRTeam.",
5   "description": "LSRFramework is a simple framework for building ui interfaces, after you have configured the appropriate interface properties (especially the navigation bar), you don't have to worry about whether other interface modifications will have a negative impact on the interface. In fact, the interface will restore itself to its original appearance.",
6   "homepage": "https://github.com/lgy881228/LSRFramework",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lgy881228": "510687394@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/lgy881228/LSRFramework.git",
16     "tag": "1.1.3"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "requires_arc": true,
22   "xcconfig": {
23     "GCC_PREPROCESSOR_DEFINITIONS": "TTTFRAMEWORK=1"
24   },
25   "source_files": "LSRFramework/Classes/**/*.{h,m,mm,c,cpp,cc}",
26   "preserve_paths": [
27     "LSRFramework/Classes/**/*",
28     "LSRFramework/Assets/**/*",
29     "LSRFramework/Classes/**/*.{h,m,mm,c,cpp,cc}"
30   ],
31   "public_header_files": "LSRFramework/Classes/**/*.h",
32   "resources": "LSRFramework/Assets/TTTFramework.bundle",
33   "frameworks": [
34     "SystemConfiguration",
35     "WebKit",
36     "AVFoundation",
37     "Photos"
38   ],
39   "dependencies": {
40     "MBProgressHUD": [
42     ],
43     "Masonry": [
45     ]
46   }