| { | |
| "name": "PhoneLabel", | |
| "version": "1.0.0", | |
| "summary": "自动识别电话号码,点击号码可以拨打", | |
| "description": "iOS自动识别电话号码,点击号码可以拨打, 使用 Objective-C.", | |
| "homepage": "https://github.com/luoxuemei/PhoneLabel", | |
| "license": "MIT", | |
| "authors": { | |
| "罗雪梅": "Sunshine_luoxuemei@163.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/luoxuemei/PhoneLabel.git", | |
| "tag": "1.0.0" | |
| }, | |
| "platforms": { | |
| "ios": "6.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "PhoneLabel/*", | |
| "frameworks": [ | |
| "Foundation", | |
| "CoreGraphics", | |
| "UIKit" | |
| ] | |
| } |