| { |
| "name": "YHRealName", |
| "version": "1.0.2", |
| "summary": "实名制、防沉迷组件", |
| "description": "实名制、防沉迷组件,用于多包和渠道需求", |
| "homepage": "http://code.37ops.com/YHCatalinaHub/YHRealName", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "YvanHall": "heyuhua@37.com" |
| }, |
| "source": { |
| "git": "http://code.37ops.com/YHCatalinaHub/YHRealName.git", |
| "tag": "1.0.2" |
| }, |
| "requires_arc": true, |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "source_files": "DEMO/YHRealName/**/*.{h,m}", |
| "prefix_header_contents": [ |
| "#import \"YHMacro.h\"", |
| "#import \"YHLoadingHUD.h\"", |
| "#import \"YHRealNameManager.h\"", |
| "#import \"BaseControl.h\"", |
| "#import \"YHDataManager.h\"", |
| "#import \"YHImageManager.h\"", |
| "#import \"ObjectExtend.h\"", |
| "#import \"NexusUnionConstant.h\"", |
| "#import \"AFNetworking.h\"", |
| "#import \"YHHUDManager.h\"", |
| "#import \"LocalizeText.h\"", |
| "#import \"YHNotiBoardViewController.h\"", |
| "#import \"NSObject+YYModel.h\"", |
| "#import \"MJExtension.h\"" |
| ], |
| "exclude_files": [ |
| "DEMO/YHRealName/**/NSObject+YYAddForARC.{h,m}", |
| "DEMO/YHRealName/**/NSThread+YYAdd.{h,m}" |
| ], |
| "subspecs": [ |
| { |
| "name": "no-arc", |
| "requires_arc": false, |
| "source_files": [ |
| "DEMO/YHRealName/**/NSObject+YYAddForARC.{h,m}", |
| "DEMO/YHRealName/**/NSThread+YYAdd.{h,m}" |
| ], |
| "prefix_header_contents": "" |
| } |
| ] |
| } |