blob: 8852ab2f81a7dfeb34ff8d6261327a37bfefe347 [file] [log] [blame]
{
"name": "ZXUtilityCode",
"version": "1.0.5",
"summary": "Utility codes for iOS.",
"description": "Provides a few utility codes for iOS.",
"homepage": "https://github.com/xinyzhao/ZXUtilityCode",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xinyzhao": "xinyzhao@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/xinyzhao/ZXUtilityCode.git",
"tag": "1.0.5"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"AssetsLibrary",
"AVFoundation",
"CoreGraphics",
"Foundation",
"ImageIO",
"Photos",
"UIKit"
],
"requires_arc": true
}