[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 3 / 1 / 6 / libObjCAttr / 1.2.2 / libObjCAttr.podspec.json
blobf3efd4fb72421e13f9a37925378cfac1c87334a4
2   "name": "libObjCAttr",
3   "version": "1.2.2",
4   "summary": "Attribute-oriented programming library & tooling for iOS..",
5   "description": "                       Library implements [Attribute-Oriented Programming](https://en.wikipedia.org/wiki/Attribute-oriented_programming) paradigm in Objective-C. It allows to add various metadata to the class, each method, property or ivar of the class.\n",
6   "homepage": "https://github.com/epam/lib-obj-c-attr",
7   "license": "BSD-3",
8   "authors": {
9     "EPAM Systems, Inc": "SupportROAD@epam.com"
10   },
11   "source": {
12     "git": "https://github.com/epam/lib-obj-c-attr.git",
13     "tag": "1.2.2"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "source_files": "libObjCAttr/**/*.{h,m}",
20   "public_header_files": "libObjCAttr/**/*.h",
21   "header_dir": "ROAD",
22   "resources": [
23     "libObjCAttr/Resources/*",
24     "tools/binaries/ROADAttributesCodeGenerator"
25   ],
26   "social_media_url": "https://twitter.com/libobjcattr"