| { |
| "name": "LMTP", |
| "version": "0.0.1", |
| "homepage": "https://github.com/zhoushaowen/LMTP", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "summary": "胎心检测", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Zhoushaowen": "348345883@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/zhoushaowen/LMTP.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "LMTP/*.{h,m}", |
| "LMTP/UI/*.{h,m}", |
| "LMTP/lame", |
| "LMTP/LMTPDecoder.a" |
| ], |
| "xcconfig": { |
| "LIBRARY_SEARCH_PATHS": "\"$(SRCROOT)/LMTP/LMTP/\"" |
| }, |
| "dependencies": { |
| "Masonry": [ |
| |
| ] |
| }, |
| "requires_arc": true |
| } |