forked from devedup/FlickrKit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFlickrKit.podspec.json
More file actions
33 lines (33 loc) · 835 Bytes
/
FlickrKit.podspec.json
File metadata and controls
33 lines (33 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "FlickrKit",
"version": "1.0.9",
"summary": "FlickrKit is an iOS Objective-C library for accessing the Flickr API.",
"homepage": "https://github.com/devedup/FlickrKit",
"license": {
"type": "BSD license with attribution",
"file": "Source Code License.md"
},
"authors": {
"David Casserly": "flickrkit@devedup.com"
},
"source": {
"git": "https://github.com/devedup/FlickrKit.git",
"tag": "v1.0.9"
},
"platforms": {
"ios": "7.0",
"tvos": "9.0"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"ios": {
"frameworks": "SystemConfiguration",
"weak_frameworks": "AssetsLibrary"
},
"tvos": {
"frameworks": "SystemConfiguration"
},
"requires_arc": true
}