blob: 266dd8c13992745bf43f1ffa7c5342db9a741fa6 [file] [log] [blame]
{
"name": "FSKit",
"version": "1.3.2.2",
"summary": "FSKit is a gift for iOS developer",
"description": "This is a very small software library, offering a few methods to help with programming.",
"homepage": "https://github.com/fuchina/FSKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"fudon": "1245102331@qq.com"
},
"source": {
"git": "https://github.com/fuchina/FSKit.git",
"tag": "1.3.2.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FSKit/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit",
"CoreLocation",
"CoreTelephony",
"AVFoundation"
],
"libraries": "sqlite3"
}