| { |
| "name": "SRSource", |
| "version": "1.0.0", |
| "summary": "SRSource create by siruoxian, inclode file XXTEA SRSafe.", |
| "description": "import the file into you project ,and use the code to simplify your development !!!", |
| "homepage": "https://github.com/siruoxian/SRSource", |
| "license": "MIT", |
| "authors": { |
| "siruoxian": "siruoxian@sohu.com" |
| }, |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source": { |
| "git": "https://github.com/siruoxian/SRSource.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "Classes", |
| "Source/**/*.{h,m}" |
| ], |
| "frameworks": "UIKit", |
| "requires_arc": true |
| } |