Spectacles 2.0.0

Spectacles 2.0.0

TestsTested
LangLanguage Obj-CObjective C
License Apache 2
ReleasedLast Release Jan 2015

Maintained by Bryan Irace, Matthew Bischoff, Brian Michel.



  • By
  • Bryan Irace

A tiny library for parsing JSON podspecs.

This only exposes a subset of podspec properties at the moment but could theoretically be expanded to include everything in the specification.

Usage

TMPodspec *spec = [[TMPodspec alloc] initWithFileURL:
                   [[NSBundle mainBundle] URLForResource:@"Spectacles.podspec" withExtension:@"json"]];

self.label = [[UILabel alloc] init];
self.label.text = [NSString stringWithFormat:@"%@ (%@)", spec.name, spec.version];

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

Contributing

Please see CONTRIBUTING.md for information on how to help out.

Contact

Bryan Irace

License

Copyright 2014 Tumblr, Inc.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.