[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / 7 / 4 / AWPasscodeViewController / 1.2.0 / AWPasscodeViewController.podspec.json
blobccfc1837381929917119d544843c3f4231a368ac
2   "name": "AWPasscodeViewController",
3   "version": "1.2.0",
4   "summary": "A simple iOS 7/8 style Passcode Lock Screen",
5   "description": "Simple to use iOS 7/8 style Passcode with theming support and auto-layout. Compatible from iOS 7 and onwards.",
6   "homepage": "https://github.com/leetal/AWPasscodeViewController",
7   "license": "MIT",
8   "authors": {
9     "Alexander Widerberg": "widerbergaren@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/leetal/AWPasscodeViewController.git",
13     "tag": "1.2.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "ios": {
21     "frameworks": [
22       "UIKit",
23       "QuartzCore",
24       "Foundation",
25       "CoreGraphics"
26     ]
27   }