[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / c / 1 / AOCUDL / 1.0.0 / AOCUDL.podspec.json
blobe96f4badcf1ba62ced7929f3e40579a2753d2e22
2   "name": "AOCUDL",
3   "version": "1.0.0",
4   "summary": "AOCUDL - An alternative shorthand syntax to Dustin Bachrach's OCUDL.",
5   "description": "The purpose of AOCUDL is to provide a simple way to define custom literals for Objective-C. These are correctly typecast, extensible and flexible.",
6   "homepage": "http://www.dudas.co.uk/aocudl/",
7   "license": {
8     "type": "MIT",
9     "file": "License.md"
10   },
11   "authors": {
12     "Klaus-Peter Dudas": "klaus@hypercrypt.net"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/hypercrypt/AOCUDL.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "AOCUDL/*.{h,m}",
22   "exclude_files": "AOCUDLTests",
23   "frameworks": "Foundation",
24   "requires_arc": true