[Add] UBiXMJDAdapter 2.6.6.0
[CocoaPods.git] / Specs / 2 / f / 8 / BlockParty / 1.0.0 / BlockParty.podspec.json
blob1f27223ebecde3749334699216f522dbfb1eea07
2   "name": "BlockParty",
3   "version": "1.0.0",
4   "summary": "Lego of the delegate pattern. Blocks FTW!.",
5   "description": "\t\t\tTie together the logic for an operation and associated callback(s). Want to keep the logic of a navigation controller push and what should happen before and/or after together in the same spot, instead of spread across methods? Now you can!\n",
6   "homepage": "https://github.com/sixstringtheory/block-party",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrew McKnight": "amcknight2718@gmail.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/sixstringtheory/block-party.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "BlockParty/**/*.{h,m}",
22   "requires_arc": true