| { |
| "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" |
| } |