[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / c / f / b / TPFactory / 0.0.1 / TPFactory.podspec.json
blob31e9cc97ff263507511cbf21104a297f122d8a01
2   "name": "TPFactory",
3   "version": "0.0.1",
4   "summary": "Objective-C Factory using runtime reflection",
5   "description": "                   The idea of a generic factory solution for Objective-C has been something\n\t\t   that has been tounting me for a while so i took a crack at it.\n\n\t\t   * No need to include headers into factory\n  \t \t   * Protocol for all implementations in factory.\n\t\t   * No clutter\n\t\t   * Fast\n\t\t   * Elegant\n\t\t   * Tested\n",
6   "homepage": "https://github.com/mrevilme/TPFactory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Emil Palm": "emil@x86.nu"
13   },
14   "social_media_url": "http://twitter.com/mrevilme",
15   "platforms": {
16     "ios": null
17   },
18   "requires_arc": "true",
19   "source": {
20     "git": "https://github.com/mrevilme/TPFactory.git",
21     "tag": "0.0.1"
22   },
23   "source_files": "TPFactory/src/**/*.{h,m}"