[Add] GluedInFeedSDK 2.5.1
[CocoaPods.git] / Specs / 5 / 2 / 4 / FactoryKit / 0.1.0 / FactoryKit.podspec.json
blob656b4a90d51dfab2b939f663f53ee130bf44bf76
2   "name": "FactoryKit",
3   "version": "0.1.0",
4   "summary": "Object generation library for Core Data",
5   "description": "                   FactoryKit is factory_girl for Core Data\n",
6   "homepage": "https://github.com/uasi/FactoryKit",
7   "license": "MIT",
8   "authors": {
9     "Tomoki Aonuma": "uasi@uasi.jp"
10   },
11   "source": {
12     "git": "https://github.com/uasi/FactoryKit.git",
13     "tag": "0.1.0"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "osx": "10.7",
18     "ios": "7.0"
19   },
20   "osx": {
21     "frameworks": [
22       "Cocoa",
23       "CoreData"
24     ]
25   },
26   "ios": {
27     "frameworks": [
28       "UIKit",
29       "CoreData"
30     ]
31   },
32   "source_files": [
33     "FactoryKit",
34     "External"
35   ],
36   "public_header_files": "FactoryKit/{FactoryKit.h,FactoryKitDefs.h,FCTFactory.h,FCTDefinition.h}"