[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / d / a / e / LCHelper / 2.5.0 / LCHelper.podspec.json
blob52316a7b1b804c9d24502bb04edc396f52f7cb87
2   "name": "LCHelper",
3   "version": "2.5.0",
4   "summary": "Some categories in Objective-C.",
5   "homepage": "https://github.com/iLiuChang/LCHelper",
6   "license": "MIT",
7   "authors": "LiuChang",
8   "platforms": {
9     "ios": "8.0"
10   },
11   "source": {
12     "git": "https://github.com/iLiuChang/LCHelper.git",
13     "tag": "2.5.0"
14   },
15   "requires_arc": true,
16   "source_files": "LCHelper/LCHelper.h",
17   "subspecs": [
18     {
19       "name": "Foundation",
20       "source_files": "LCHelper/Foundation/*.{h,m}"
21     },
22     {
23       "name": "UIKit",
24       "source_files": "LCHelper/UIKit/*.{h,m}"
25     }
26   ]