[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / 7 / 0 / 6 / FlickrKit / 1.0.8 / FlickrKit.podspec.json
blob1118d65d9c29d37a012fad12248f9bd57c90346f
2   "name": "FlickrKit",
3   "version": "1.0.8",
4   "summary": "FlickrKit is an iOS Objective-C library for accessing the Flickr API.",
5   "homepage": "https://github.com/devedup/FlickrKit",
6   "license": {
7     "type": "BSD license with attribution",
8     "file": "Source Code License.md"
9   },
10   "authors": {
11     "David Casserly": "flickrkit@devedup.com"
12   },
13   "source": {
14     "git": "https://github.com/devedup/FlickrKit.git",
15     "tag": "v1.0.8"
16   },
17   "platforms": {
18     "ios": "7.0",
19     "tvos": "9.0"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{h,m}"
24   ],
25   "ios": {
26     "frameworks": "SystemConfiguration",
27     "weak_frameworks": "AssetsLibrary"
28   },
29   "tvos": {
30     "frameworks": "SystemConfiguration"
31   },
32   "requires_arc": true