Skip to content

Commit

Permalink
Converted pod spec to json, because i prefer it
Browse files Browse the repository at this point in the history
  • Loading branch information
devedup committed Nov 2, 2015
1 parent 7d85b83 commit 05bced7
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 16 deletions.
14 changes: 0 additions & 14 deletions FlickrKit.podspec

This file was deleted.

33 changes: 33 additions & 0 deletions FlickrKit.podspec.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "FlickrKit",
"version": "1.0.6",
"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": "[email protected]"
},
"source": {
"git": "https://github.com/devedup/FlickrKit.git",
"tag": "v1.0.6"
},
"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
}
4 changes: 2 additions & 2 deletions FlickrKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1665,7 +1665,7 @@
55B206E51769008300A19A12 /* FlickrKit-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = "FlickrKit-Prefix.pch"; path = "Resources/FlickrKit-Prefix.pch"; sourceTree = SOURCE_ROOT; };
55B206EA176903DB00A19A12 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
55B206EB176903E300A19A12 /* Source Code License.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "Source Code License.md"; sourceTree = "<group>"; };
55EA68A917CAA6B90017DDD1 /* FlickrKit.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = FlickrKit.podspec; sourceTree = "<group>"; };
55EA68A917CAA6B90017DDD1 /* FlickrKit.podspec.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = FlickrKit.podspec.json; sourceTree = "<group>"; };
55EA68AB17CAABD40017DDD1 /* FKOFHMACSha1Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FKOFHMACSha1Base64.h; path = Utilities/FKOFHMACSha1Base64.h; sourceTree = "<group>"; };
55EA68AC17CAABD40017DDD1 /* FKOFHMACSha1Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FKOFHMACSha1Base64.m; path = Utilities/FKOFHMACSha1Base64.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -1724,7 +1724,7 @@
552D910D1753951300BE3FEA = {
isa = PBXGroup;
children = (
55EA68A917CAA6B90017DDD1 /* FlickrKit.podspec */,
55EA68A917CAA6B90017DDD1 /* FlickrKit.podspec.json */,
55B206EA176903DB00A19A12 /* README.md */,
55B206EB176903E300A19A12 /* Source Code License.md */,
552D91E41754AE8900BE3FEA /* Classes */,
Expand Down

0 comments on commit 05bced7

Please sign in to comment.