├── DYLiveRoom └── 1.0.0 │ └── DYLiveRoom.podspec ├── DYLiveShow └── 1.0.0 │ └── DYLiveShow.podspec ├── DYTrends └── 1.0.0 │ └── DYTrends.podspec ├── LICENSE ├── NJDYPlayer └── 1.0.0 │ └── NJDYPlayer.podspec ├── NJDYSearchBarView └── 1.0.0 │ └── NJDYSearchBarView.podspec ├── NJFAQ └── 1.0.0 │ └── NJFAQ.podspec ├── NJIJKPlayer └── 1.0.1 │ └── NJIJKPlayer.podspec ├── NJKit └── 1.0.7 │ └── NJKit.podspec ├── NJMediator └── 1.0.0 │ └── NJMediator.podspec ├── NJMediator_DYLiveRoom └── 1.0.0 │ └── NJMediator_DYLiveRoom.podspec ├── NJMediator_DYLiveShow └── 0.1.0 │ └── NJMediator_DYLiveShow.podspec ├── NJMediator_DYTrends └── 0.1.0 │ └── NJMediator_DYTrends.podspec ├── NJMediator_NJFAQ └── 1.0.0 │ └── NJMediator_NJFAQ.podspec ├── NJMediator_NJNowShow └── 1.1.0 │ └── NJMediator_NJNowShow.podspec ├── NJMediator_NJNowShowPlay └── 1.0.0 │ └── NJMediator_NJNowShowPlay.podspec ├── NJMediator_NJSisPlayPage └── 1.0.0 │ └── NJMediator_NJSisPlayPage.podspec ├── NJMediator_NJSisVideoList └── 1.0.0 │ └── NJMediator_NJSisVideoList.podspec ├── NJMediator_NJTeachersHelerList └── 1.0.0 │ └── NJMediator_NJTeachersHelerList.podspec ├── NJNowShow └── 1.0.0 │ └── NJNowShow.podspec ├── NJNowShowPlay └── 1.0.0 │ └── NJNowShowPlay.podspec ├── NJSisPlayPage └── 1.0.0 │ └── NJSisPlayPage.podspec ├── NJSisVideoList └── 1.0.0 │ └── NJSisVideoList.podspec ├── NJTeachersHelerList └── 1.0.0 │ └── NJTeachersHelerList.podspec ├── README.md └── steps.md /DYLiveRoom/1.0.0/DYLiveRoom.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/DYLiveRoom/1.0.0/DYLiveRoom.podspec -------------------------------------------------------------------------------- /DYLiveShow/1.0.0/DYLiveShow.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/DYLiveShow/1.0.0/DYLiveShow.podspec -------------------------------------------------------------------------------- /DYTrends/1.0.0/DYTrends.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/DYTrends/1.0.0/DYTrends.podspec -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/LICENSE -------------------------------------------------------------------------------- /NJDYPlayer/1.0.0/NJDYPlayer.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJDYPlayer/1.0.0/NJDYPlayer.podspec -------------------------------------------------------------------------------- /NJDYSearchBarView/1.0.0/NJDYSearchBarView.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJDYSearchBarView/1.0.0/NJDYSearchBarView.podspec -------------------------------------------------------------------------------- /NJFAQ/1.0.0/NJFAQ.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJFAQ/1.0.0/NJFAQ.podspec -------------------------------------------------------------------------------- /NJIJKPlayer/1.0.1/NJIJKPlayer.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJIJKPlayer/1.0.1/NJIJKPlayer.podspec -------------------------------------------------------------------------------- /NJKit/1.0.7/NJKit.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJKit/1.0.7/NJKit.podspec -------------------------------------------------------------------------------- /NJMediator/1.0.0/NJMediator.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJMediator/1.0.0/NJMediator.podspec -------------------------------------------------------------------------------- /NJMediator_DYLiveRoom/1.0.0/NJMediator_DYLiveRoom.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJMediator_DYLiveRoom/1.0.0/NJMediator_DYLiveRoom.podspec -------------------------------------------------------------------------------- /NJMediator_DYLiveShow/0.1.0/NJMediator_DYLiveShow.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJMediator_DYLiveShow/0.1.0/NJMediator_DYLiveShow.podspec -------------------------------------------------------------------------------- /NJMediator_DYTrends/0.1.0/NJMediator_DYTrends.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJMediator_DYTrends/0.1.0/NJMediator_DYTrends.podspec -------------------------------------------------------------------------------- /NJMediator_NJFAQ/1.0.0/NJMediator_NJFAQ.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJMediator_NJFAQ/1.0.0/NJMediator_NJFAQ.podspec -------------------------------------------------------------------------------- /NJMediator_NJNowShow/1.1.0/NJMediator_NJNowShow.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJMediator_NJNowShow/1.1.0/NJMediator_NJNowShow.podspec -------------------------------------------------------------------------------- /NJMediator_NJNowShowPlay/1.0.0/NJMediator_NJNowShowPlay.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJMediator_NJNowShowPlay/1.0.0/NJMediator_NJNowShowPlay.podspec -------------------------------------------------------------------------------- /NJMediator_NJSisPlayPage/1.0.0/NJMediator_NJSisPlayPage.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJMediator_NJSisPlayPage/1.0.0/NJMediator_NJSisPlayPage.podspec -------------------------------------------------------------------------------- /NJMediator_NJSisVideoList/1.0.0/NJMediator_NJSisVideoList.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJMediator_NJSisVideoList/1.0.0/NJMediator_NJSisVideoList.podspec -------------------------------------------------------------------------------- /NJMediator_NJTeachersHelerList/1.0.0/NJMediator_NJTeachersHelerList.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJMediator_NJTeachersHelerList/1.0.0/NJMediator_NJTeachersHelerList.podspec -------------------------------------------------------------------------------- /NJNowShow/1.0.0/NJNowShow.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJNowShow/1.0.0/NJNowShow.podspec -------------------------------------------------------------------------------- /NJNowShowPlay/1.0.0/NJNowShowPlay.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJNowShowPlay/1.0.0/NJNowShowPlay.podspec -------------------------------------------------------------------------------- /NJSisPlayPage/1.0.0/NJSisPlayPage.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJSisPlayPage/1.0.0/NJSisPlayPage.podspec -------------------------------------------------------------------------------- /NJSisVideoList/1.0.0/NJSisVideoList.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJSisVideoList/1.0.0/NJSisVideoList.podspec -------------------------------------------------------------------------------- /NJTeachersHelerList/1.0.0/NJTeachersHelerList.podspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/NJTeachersHelerList/1.0.0/NJTeachersHelerList.podspec -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/README.md -------------------------------------------------------------------------------- /steps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NJHu/NJSpecs/HEAD/steps.md --------------------------------------------------------------------------------