[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / 3 / 1 / 6 / libObjCAttr / 1.3.0 / libObjCAttr.podspec.json
blob1c9d93df14ac292bcf96fd70d075b62c84e7157f
2   "name": "libObjCAttr",
3   "version": "1.3.0",
4   "summary": "Attribute-oriented programming library & tooling for iOS and OSX.",
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.3.0"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "requires_arc": true,
20   "source_files": "libObjCAttr/**/*.{h,m}",
21   "public_header_files": "libObjCAttr/**/*.h",
22   "header_dir": "ROAD",
23   "resources": [
24     "libObjCAttr/Resources/*",
25     "tools/binaries/ROADAttributesCodeGenerator"
26   ],
27   "social_media_url": "https://twitter.com/libobjcattr"