| { |
| "name": "TMKits", |
| "version": "0.1.0", |
| "summary": "TMKit项目工程中常用的工具库.", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/baiwulong/TMKit", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "baiwulong": "1204803180@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/baiwulong/TMKit.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "public_header_files": "TMKit/TMKit.h", |
| "source_files": "TMKit/TMKit.h", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "subspecs": [ |
| { |
| "name": "TMHelper", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "TMKit/TMHelper/*.{h,m}", |
| "public_header_files": "TMKit/TMHelper/*.h", |
| "subspecs": [ |
| { |
| "name": "TMToolsHelper", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "TMKit/TMHelper/TMToolsHelper/*.{h,m}", |
| "public_header_files": "TMKit/TMHelper/TMToolsHelper/*.h" |
| }, |
| { |
| "name": "TMUIHelper", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "TMKit/TMHelper/TMUIHelper/*.{h,m}", |
| "public_header_files": "TMKit/TMHelper/TMUIHelper/*.h" |
| } |
| ] |
| }, |
| { |
| "name": "TMCategory", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "TMKit/TMCategory/*.{h,m}", |
| "public_header_files": "TMKit/TMCategory/*.h" |
| }, |
| { |
| "name": "TMMacros", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "TMKit/TMMacros/*.{h,m}", |
| "public_header_files": "TMKit/TMMacros/*.h" |
| }, |
| { |
| "name": "TMCommonView", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "TMKit/TMCommonView/*.{h,m}", |
| "public_header_files": "TMKit/TMCommonView/*.h" |
| }, |
| { |
| "name": "TMPodManager", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "TMKit/TMPodManager/*.{h,m}", |
| "public_header_files": "TMKit/TMPodManager/*.h", |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "${PODS_ROOT}" |
| }, |
| "subspecs": [ |
| { |
| "name": "TMPodUIManager", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "TMKit/TMPodManager/TMPodUIManager/*.{h,m}", |
| "public_header_files": "TMKit/TMPodManager/TMPodUIManager/*.h", |
| "dependencies": { |
| "MJRefresh": [ |
| "~> 3.1.15.3" |
| ], |
| "MBProgressHUD": [ |
| "~> 1.1.0" |
| ], |
| "DZNEmptyDataSet": [ |
| "~> 1.8.1" |
| ], |
| "CRToast": [ |
| "~> 0.0.9" |
| ], |
| "JPFPSStatus": [ |
| "~> 0.1.1" |
| ] |
| } |
| }, |
| { |
| "name": "TMPodToolManager", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "TMKit/TMPodManager/TMPodToolManager/*.{h,m}", |
| "public_header_files": "TMKit/TMPodManager/TMPodToolManager/*.h", |
| "dependencies": { |
| "Masonry": [ |
| "~> 1.1.0" |
| ], |
| "CTMediator": [ |
| "~> 13" |
| ], |
| "FMDB": [ |
| "~> 2.7.2" |
| ], |
| "DateTools": [ |
| "~> 2.0.0" |
| ], |
| "IQKeyboardManager": [ |
| "~> 6.0.3" |
| ], |
| "CocoaLumberjack": [ |
| "~> 3.4.1" |
| ], |
| "FBRetainCycleDetector": [ |
| "~> 0.1.4" |
| ], |
| "MLeaksFinder": [ |
| "~> 1.0.0" |
| ] |
| } |
| } |
| ] |
| } |
| ] |
| } |