Skip to content

Instantly share code, notes, and snippets.

{
"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",
@saiten
saiten / SwiffCore.podspec
Last active May 11, 2016 14:04
SwiffCore.podspec
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}"