blob: f7cf576506180088d92628c38beef41c93799780 [file] [log] [blame]
{
"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"
}