blob: 448eb25cc8625f50a7d901e36c35400910f98a0c [file] [log] [blame]
{
"name": "JYLibrary",
"version": "1.0.0",
"summary": "A utility library for iOS.",
"description": "You can find some valuable codes here.",
"homepage": "https://github.com/XJYao/JYLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "XJY",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/XJYao/JYLibrary.git",
"tag": "1.0.0"
},
"source_files": "JYLibrary/**/*.{h,m}",
"public_header_files": "JYLibrary/**/*.h",
"prefix_header_file": "JYLibrary/JYLibrary-prefix.pch",
"resource_bundles": {
"JYLibraryBundle": [
"JYLibraryBundle/*"
]
},
"frameworks": [
"CoreImage",
"AVFoundation",
"AudioToolbox",
"WebKit"
],
"libraries": [
"sqlite3",
"z.1.2.5"
]
}