[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 8 / a / NSObject-AGCDescription / 0.0.3 / NSObject-AGCDescription.podspec.json
blob82963cdc42ceb60a358f8d28bfa78fb6523f362f
2   "name": "NSObject-AGCDescription",
3   "version": "0.0.3",
4   "summary": "It generates the description strings of your classes automatically.",
5   "description": "It's boring to write description methods. It's even more boring to keep them updated everytime you modify a class. But great descriptions can improve the quality of your debugging... and save you time! Don't worry! It's time to let AGCDescriptiondo the dirty work for you! AGCDescription is a category on NSObject which uses the Objective-c runtime potential to automatically build the description string of any of your classes. And if you gonna change the class, the description will be automatically updated.",
6   "homepage": "https://github.com/andreacipriani/NSObject-AGCDescription",
7   "license": "MIT",
8   "authors": {
9     "Andrea Cipriani": "andrea.g.cipriani@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/andreacipriani/NSObject-AGCDescription.git",
13     "tag": "0.0.3"
14   },
15   "social_media_url": "https://twitter.com/AndreaCipriani",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source_files": "NSObject-AGCDescription/Classes/**/*"