blob: 239bbeb7213a031626a78a2e483c980e6251e382 [file] [log] [blame]
{
"name": "IOPatternLock",
"summary": "An easy-to-use, customizable Android Pattern Lock view for iOS",
"version": "1.0.1",
"authors": "Ilker OZCAN",
"homepage": "http://www.ilkerozcan.com.tr",
"license": {
"type": "MIT"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/ilk33r/IOPatternLock.git",
"tag": "1.0.1"
},
"default_subspecs": "Default",
"module_name": "IOPatternLock",
"pod_target_xcconfig": {
"DEFINES_MODULE": "YES"
},
"frameworks": [
"Foundation",
"UIKit"
],
"subspecs": [
{
"name": "Default",
"public_header_files": [
"IOPatternLock/IOPatternLock.h",
"IOPatternLock/Protocols/IOPatternLockDelegate.h",
"IOPatternLock/Views/IOPatternLockView.h"
],
"source_files": "IOPatternLock/**/*.{h,m}"
}
]
}