[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / e / d / 3 / KinveyWidgets / 1.0.0 / KinveyWidgets.podspec.json
blobd4d7f327993082f56608ab9e9c1d2bf3b2676eb8
2   "name": "KinveyWidgets",
3   "version": "1.0.0",
4   "summary": "Handy iOS Widgets to use stand-alone or with Kinvey's backend service",
5   "description": "                   These widgets are either commonly used generic widgets from Kinvey's Sample apps, or Widgets specifically designed to work with the KinveyKit library, such as the login pages.\n",
6   "homepage": "https://github.com/KinveyApps/KinveyWidgets",
7   "screenshots": [
8     "https://raw.githubusercontent.com/KinveyApps/KinveyWidgets/master/doc/assets/KWSignInViewController_screenshot.png",
9     "https://raw.github.com/KinveyApps/KinveyWidgets/master/doc/assets/KWSocialButton_sample.png"
10   ],
11   "license": {
12     "type": "Apache License, Version 2.0",
13     "file": "LICENSE.txt"
14   },
15   "authors": {
16     "Michael Katz": "michael@kinvey.com",
17     "Kinvey": "sales@kinvey.com"
18   },
19   "social_media_url": "http://twitter.com/Kinvey",
20   "platforms": {
21     "ios": null
22   },
23   "source": {
24     "git": "https://github.com/KinveyApps/KinveyWidgets.git",
25     "tag": "v1.0.0"
26   },
27   "source_files": [
28     "KinveyWidgets",
29     "KinveyWidgets/**/*.{h,m}",
30     "iOS-UI-Utils/Classes/**/*.{h,m}"
31   ],
32   "exclude_files": "KinveyWidgets/Sign-In",
33   "resources": "KinveyWidgets/Button Widgets/resources/*.png",
34   "frameworks": "KinveyKit",
35   "requires_arc": true,
36   "xcconfig": {
37     "OTHER_LDFLAGS": "-lObjC"
38   }