[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 0 / 9 / CMFactory / 1.3.1 / CMFactory.podspec.json
blob0b12f6a309f28fbf5184df462d57f20baa284eb9
2   "name": "CMFactory",
3   "version": "1.3.1",
4   "summary": "FactoryGirl and fixture loader for iOS.",
5   "homepage": "https://github.com/lucasmedeirosleite/CMFactory",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Lucas Medeiros": "lucastoc@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/lucasmedeirosleite/CMFactory.git",
15     "tag": "1.3.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "5.0"
20   },
21   "source_files": "CMFactoryExampleTests/CMFactory",
22   "xcconfig": {
23     "FRAMEWORK_SEARCH_PATHS": "\"$(inherited)\" \"$(SDKROOT)/Developer/Library/Frameworks\" \"$(DEVELOPER_LIBRARY_DIR)/Frameworks\""
24   },
25   "dependencies": {
26     "SBJson": [
27       "3.2"
28     ],
29     "Mantle": [
30       "1.0"
31     ]
32   }