| { |
| "name": "RemindYouCommon", |
| "version": "0.1.8", |
| "summary": "小聪提醒基础库", |
| "description": "TODO: Add long description of the pod here.", |
| "homepage": "https://github.com/snowwolflibo/remindyou-common", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Neo Li": "24588377@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/snowwolflibo/remindyou-common.git", |
| "tag": "0.1.8" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "RemindYouCommon/Classes/**/*", |
| "resource_bundles": { |
| "RemindYouCommon": [ |
| "RemindYouCommon/Assets/*.png" |
| ] |
| }, |
| "requires_arc": "RemindYouCommon/Classes/ARC/**/*", |
| "libraries": "xml2", |
| "xcconfig": { |
| "HEADER_SEARCH_PATHS": "/usr/include/libxml2" |
| }, |
| "pod_target_xcconfig": { |
| "APPLICATION_EXTENSION_API_ONLY": "NO" |
| } |
| } |