blob: 97887feec413dae0fde036a9bbb0fcec05a7b6e9 [file] [log] [blame]
{
"name": "JMSmartUtils",
"version": "1.1.7",
"summary": "JMSmartUtils.",
"description": "Provide basic functions and extensions for Jimi iOS Platform.",
"homepage": "http://10.0.10.85/app/ios/JMSmartUtils",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"lzj": "lizhijian@jimilab.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "http://10.0.10.85/app/ios/JMSmartUtils.git",
"tag": "v1.1.7"
},
"source_files": [
"JMSmartUtils/**/*.{h,m}",
"JMSmartUtils/*.{h,m}"
],
"public_header_files": [
"JMSmartUtils/**/*.h",
"JMSmartUtils/*.h"
],
"frameworks": [
"GLKit",
"AVFoundation",
"CoreLocation",
"AssetsLibrary",
"SystemConfiguration",
"Photos",
"Security",
"UIKit",
"CoreText",
"CoreServices",
"UserNotifications"
],
"resource_bundles": {
"JMSmartUtils": [
"JMSmartUtils/Resources/*.png"
]
}
}