This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "MKNetworkKit", | |
"version": "0.87", | |
"summary": "ARC ready Networking Framework with built in authentication and HTTP 1.1 caching standards support for iOS 5+ devices.", | |
"homepage": "https://github.com/MugunthKumar/MKNetworkKit", | |
"authors": { | |
"Mugunth Kumar": "[email protected]" | |
}, | |
"source": { | |
"git": "https://github.com/MugunthKumar/MKNetworkKit.git", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = "SwiffCore" | |
s.version = "1.0" | |
s.summary = ".swf parsing and rendering framework for Mac OS X and iOS" | |
s.homepage = "http://www.musictheory.net/" | |
s.author = "musictheory.net, LLC." | |
s.license = { :type => 'BSD', :file => 'license' } | |
s.platform = :ios, '7.0' | |
s.requires_arc = true | |
s.source_files = "Source/*.{h,m}" |
OlderNewer