blob: 83689c3f382414b042a640de2815a1de5d9c65fb [file] [log] [blame]
{
"name": "ZXUtilityCode",
"version": "1.0.2",
"summary": "Utility codes for iOS.",
"description": "Provides some 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.2"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"frameworks": [
"AVFoundation",
"Foundation",
"UIKit",
"AssetsLibrary",
"CoreGraphics",
"ImageIO",
"Photos"
],
"requires_arc": true
}