[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / e / a / NSRails / 2.0.3 / NSRails.podspec.json
blobc5c4d72eee6ce64df28ac0c215b4f4343ddb35b9
2   "name": "NSRails",
3   "version": "2.0.3",
4   "summary": "iOS/Mac OS framework for Rails.",
5   "description": "NSRails is a light-weight Objective-C framework that provides your classes with a high-level, ActiveResource-like API. This means CRUD and other operations on your corresponding Rails objects can be called natively via Objective-C methods.",
6   "homepage": "http://nsrails.com",
7   "license": {
8     "type": "MIT",
9     "file": "license.md"
10   },
11   "authors": {
12     "Dan Hassin": "danhassin@mac.com"
13   },
14   "source": {
15     "git": "https://github.com/dingbat/nsrails.git",
16     "tag": "v2.0.3"
17   },
18   "platforms": {
19     "ios": "5.0",
20     "osx": "10.7"
21   },
22   "source_files": [
23     "nsrails/Source",
24     "nsrails/Source/**/*.{h,m}"
25   ],
26   "preserve_paths": "docs",
27   "frameworks": "CoreData",
28   "requires_arc": true