| { |
| "name": "CCSpotlight", |
| "version": "1.0.0", |
| "summary": "An easy way to use Spotlight.", |
| "description": "It is a framework used on iOS, which implement by Objective-C.", |
| "homepage": "https://github.com/LiDechao/CCSpotlight", |
| "license": "MIT", |
| "authors": { |
| "idechao": "idechao@163.com" |
| }, |
| "source": { |
| "git": "https://github.com/LiDechao/CCSpotlight.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "CCSpotlight/*", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ], |
| "weak_frameworks": "CoreSpotlight" |
| } |