[Add] MiaoAnyThinkKuaiShouAdapter 1.0.0
[CocoaPods.git] / Specs / a / 0 / 3 / IOPatternLock / 1.0.0 / IOPatternLock.podspec.json
blob77f7cfe32c789f08663d58a16834870e66312813
2   "name": "IOPatternLock",
3   "summary": "An easy-to-use, customizable Android Pattern Lock view for iOS",
4   "version": "1.0.0",
5   "authors": "Ilker OZCAN",
6   "homepage": "http://www.ilkerozcan.com.tr",
7   "license": {
8     "type": "MIT"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "requires_arc": true,
14   "source": {
15     "git": "https://github.com/ilk33r/IOPatternLock.git",
16     "tag": "1.0.0"
17   },
18   "default_subspecs": "Default",
19   "module_name": "IOPatternLock",
20   "pod_target_xcconfig": {
21     "DEFINES_MODULE": "YES"
22   },
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "subspecs": [
28     {
29       "name": "Default",
30       "public_header_files": [
31         "IOPatternLock/IOPatternLock.h",
32         "IOPatternLock/Protocols/IOPatternLockDelegate.h",
33         "IOPatternLock/Views/IOPatternLockView.h"
34       ],
35       "source_files": "IOPatternLock/**/*.{h,m}"
36     }
37   ]