| { |
| "name": "CafeiCSDK", |
| "version": "1.1.4", |
| "summary": "CafeiCSDK for Cocoapods convenience.", |
| "homepage": "http://magicwindow.cn/", |
| "license": "MIT", |
| "authors": { |
| "MagicWindow": "jiafei.liu@magicwindow.cn" |
| }, |
| "source": { |
| "git": "https://github.com/cafei/Test.git", |
| "tag": "1.1.4" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "MWContentSDK/*.{h,m}", |
| "public_header_files": "MWContentSDK/*.h", |
| "resources": "MWContentSDK/*.png", |
| "preserve_paths": "MWContentSDK/libMWContentSDK.a", |
| "vendored_libraries": "MWContentSDK/libMWContentSDK.a", |
| "xcconfig": { |
| "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/CafeiCSDK/MWContentSDK\"", |
| "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/CafeiCSDK/MWContentSDK\"" |
| }, |
| "frameworks": [ |
| "AdSupport", |
| "CoreTelephony", |
| "CoreGraphics", |
| "CoreFoundation", |
| "SystemConfiguration", |
| "CoreLocation" |
| ], |
| "dependencies": { |
| "MJRefresh": [ |
| |
| ], |
| "SDWebImage": [ |
| |
| ], |
| "MagicWindowSDK": [ |
| |
| ], |
| "WechatOpenSDK": [ |
| |
| ] |
| } |
| } |